Skip to content

Commit

Permalink
Add emulation filters for AD9081
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 868d014 commit 7e169f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/test_ad9081.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_ad9081_attr(


#########################################
@pytest.mark.iio_hardware(hardware)
@pytest.mark.iio_hardware(hardware, True)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize("channel", [0, 1, 2, 3])
def test_ad9081_rx_data(test_dma_rx, iio_uri, classname, channel):
Expand Down Expand Up @@ -162,7 +162,7 @@ def test_ad9081_loopback(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 @@ -189,7 +189,7 @@ def test_ad9081_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", [(10000000, 0.5)])
Expand Down Expand Up @@ -226,7 +226,7 @@ def test_ad9081_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 Expand Up @@ -272,7 +272,7 @@ def test_ad9081_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])
@pytest.mark.parametrize("frequency", [10000000])
Expand Down

0 comments on commit 7e169f5

Please sign in to comment.