Add support for adis16550 and adis16550w #2033
GitHub Actions / Test Results
failed
Oct 21, 2024 in 0s
1 fail, 1 279 skipped, 365 pass in 11m 58s
1 645 tests 365 ✅ 11m 58s ⏱️
1 suites 1 279 💤
1 files 1 ❌
Results for commit 9b91d17.
Annotations
Check warning on line 0 in test.test_adis16550
github-actions / Test Results
test_adis16XXX_create[adi.adis16550w] (test.test_adis16550) failed
results.xml [took 0s]
Raw output
AttributeError: module 'adi' has no attribute 'adis16550w'
iio_uri = 'ip:10.1.0.153', classname = 'adi.adis16550w'
@pytest.mark.iio_hardware(hardware)
@pytest.mark.parametrize(
"classname",
[
"adi.adis16550",
"adi.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:88:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E AttributeError: module 'adi' has no attribute 'adis16550w'
<string>:1: AttributeError
Loading