Skip to content

Commit

Permalink
Add emulation filters for AD9364
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Oct 21, 2021
1 parent 7e169f5 commit 50c89c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions test/test_ad9364_p.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_ad9364_loopback_attr(


#########################################
@pytest.mark.iio_hardware(hardware)
@pytest.mark.iio_hardware(hardware, True)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize("channel", [0])
def test_ad9364_rx_data(test_dma_rx, iio_uri, classname, channel):
Expand Down Expand Up @@ -94,15 +94,15 @@ def test_ad9364_cyclic_buffers_exception(


#########################################
@pytest.mark.iio_hardware(hardware)
@pytest.mark.iio_hardware(hardware, True)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize("channel", [0])
def test_ad9364_loopback(test_dma_loopback, iio_uri, classname, channel):
test_dma_loopback(iio_uri, classname, channel)


#########################################
@pytest.mark.iio_hardware(hardware)
@pytest.mark.iio_hardware(hardware, True)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize("channel", [0])
@pytest.mark.parametrize(
Expand All @@ -123,7 +123,7 @@ def test_ad9364_sfdr(test_sfdr, iio_uri, classname, channel, param_set, sfdr_min


#########################################
@pytest.mark.iio_hardware(hardware)
@pytest.mark.iio_hardware(hardware, True)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize("channel", [0])
@pytest.mark.parametrize("frequency, scale", [(1000000, 1)])
Expand Down Expand Up @@ -156,7 +156,7 @@ def test_ad9364_dds_loopback(


#########################################
@pytest.mark.iio_hardware(hardware)
@pytest.mark.iio_hardware(hardware, True)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize("channel", [0])
@pytest.mark.parametrize(
Expand Down
2 changes: 1 addition & 1 deletion test/test_pluto_p.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_pluto_iq_loopback(test_iq_loopback, iio_uri, classname, channel, param_


#########################################
@pytest.mark.iio_hardware(hardware)
@pytest.mark.iio_hardware(hardware, True)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize("channel", [0])
def test_pluto_loopback_zeros(test_dma_dac_zeros, iio_uri, classname, channel):
Expand Down

0 comments on commit 50c89c7

Please sign in to comment.