Skip to content

Commit

Permalink
test: update adrv9002 profile test
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <[email protected]>
  • Loading branch information
tagoylo committed Oct 23, 2023
1 parent 1ee2658 commit 367c286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_adrv9002_p.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def test_adrv9002_interface_gain_narrowband(
@pytest.mark.lvds_test
@pytest.mark.iio_hardware(hardware)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize("attr", ["profile"])
@pytest.mark.parametrize("attr", ["write_profile"])
@pytest.mark.parametrize(
"profile_file, depends",
[
Expand All @@ -248,7 +248,7 @@ def test_adrv9002_profile_write(
@pytest.mark.lvds_test
@pytest.mark.iio_hardware(hardware)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize("attr", ["profile"])
@pytest.mark.parametrize("attr", ["write_profile"])
@pytest.mark.parametrize(
"profile_file, depends", [(nco_test_profile, {"write_stream": nco_test_stream})]
)
Expand All @@ -269,7 +269,7 @@ def test_adrv9002_nco_write_profile(
@pytest.mark.cmos_test
@pytest.mark.iio_hardware(hardware)
@pytest.mark.parametrize("classname", [(classname)])
@pytest.mark.parametrize("attr", ["profile"])
@pytest.mark.parametrize("attr", ["write_profile"])
@pytest.mark.parametrize(
"profile_file, depends", [(lte_5_cmos_profile, {"write_stream": lte_5_cmos_stream})]
)
Expand Down

0 comments on commit 367c286

Please sign in to comment.