Add support for adis16550 and adis16550w #2042
GitHub Actions / Test Results
failed
Oct 21, 2024 in 0s
2 fail, 1 279 skipped, 364 pass in 11m 55s
Annotations
Check warning on line 0 in test.test_adis16550
github-actions / Test Results
test_adis16XXX_create[adis16550] (test.test_adis16550) failed
results.xml [took 3s]
Raw output
NameError: name 'adis16550' is not defined
iio_uri = 'ip:10.1.0.28', classname = 'adis16550'
@pytest.mark.iio_hardware(hardware)
@pytest.mark.parametrize(
"classname", ["adis16550", "adis16550w",],
)
def test_adis16XXX_create(iio_uri, classname):
# This test is a little hack to just enumerate all the classes even though
# we don't have the exact hardware
emulation_hw = "adis16550"
> imu = eval(classname)
test/test_adis16550.py:86:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E NameError: name 'adis16550' is not defined
<string>:1: NameError
Check warning on line 0 in test.test_adis16550
github-actions / Test Results
test_adis16XXX_create[adis16550w] (test.test_adis16550) failed
results.xml [took 0s]
Raw output
NameError: name 'adis16550w' is not defined
iio_uri = 'ip:10.1.0.28', classname = 'adis16550w'
@pytest.mark.iio_hardware(hardware)
@pytest.mark.parametrize(
"classname", ["adis16550", "adis16550w",],
)
def test_adis16XXX_create(iio_uri, classname):
# This test is a little hack to just enumerate all the classes even though
# we don't have the exact hardware
emulation_hw = "adis16550"
> imu = eval(classname)
test/test_adis16550.py:86:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E NameError: name 'adis16550w' is not defined
<string>:1: NameError
Loading