From 367c2863737a887abc9b048d489cf028892990ee Mon Sep 17 00:00:00 2001 From: Trecia Agoylo Date: Mon, 23 Oct 2023 12:11:46 +0800 Subject: [PATCH] test: update adrv9002 profile test Signed-off-by: Trecia Agoylo --- test/test_adrv9002_p.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_adrv9002_p.py b/test/test_adrv9002_p.py index 75f74b7d7..292f368f4 100644 --- a/test/test_adrv9002_p.py +++ b/test/test_adrv9002_p.py @@ -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", [ @@ -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})] ) @@ -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})] )