Skip to content

Add support for adis16550 and adis16550w #2042

Add support for adis16550 and adis16550w

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 56s

1 645 tests  ±0     364 ✅ ±0   11m 56s ⏱️ -1s
    1 suites ±0   1 279 💤 ±0 
    1 files   ±0       2 ❌ ±0 

Results for commit 30519a3. ± Comparison against earlier commit 8513ad6.

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[adis16550] (test.test_adis16550) failed

results.xml [took 3s]
Raw output
NameError: name 'adis16550' is not defined
iio_uri = 'ip:10.1.0.19', 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

See this annotation in the file changed.

@github-actions 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.19', 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