Skip to content

Add support for adis16550 and adis16550w #2044

Add support for adis16550 and adis16550w

Add support for adis16550 and adis16550w #2044

GitHub Actions / Test Results failed Oct 21, 2024 in 0s

1 fail, 1 279 skipped, 365 pass in 11m 56s

1 645 tests  ±0     365 ✅ ±0   11m 56s ⏱️ +4s
    1 suites ±0   1 279 💤 ±0 
    1 files   ±0       1 ❌ ±0 

Results for commit aa11165. ± Comparison against earlier commit 465f84a.

Annotations

Check warning on line 0 in test.test_adis16550

See this annotation in the file changed.

@github-actions 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.109', 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:96: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   ???
E   AttributeError: module 'adi' has no attribute 'adis16550w'

<string>:1: AttributeError