From b4bd2ca14aa72b4d1d064965012a429db9253677 Mon Sep 17 00:00:00 2001 From: jitendracandela Date: Wed, 7 Sep 2022 17:01:27 +0530 Subject: [PATCH] Added client_type fixture Signed-off-by: jitendracandela --- .../open_security/test_bridge_mode.py | 4 ++-- .../open_security/test_nat_mode.py | 12 ++++++------ .../open_security/test_vlan_mode.py | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_bridge_mode.py b/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_bridge_mode.py index a6a208caa..e420aa26e 100644 --- a/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_bridge_mode.py +++ b/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_bridge_mode.py @@ -39,7 +39,7 @@ class TestDataplaneThroughputBRIDGE(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") @pytest.mark.twog def test_tcp_upd_open_bridge_2g_band(self, get_test_library, get_dut_logs_per_test_case, - get_test_device_logs, + get_test_device_logs, client_type, get_target_object, num_stations, setup_configuration): """Dataplane THroughput BRIDGE Mode. @@ -61,7 +61,7 @@ class TestDataplaneThroughputBRIDGE(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") @pytest.mark.fiveg def test_tcp_upd_open_bridge_5g_band(self, get_test_library, get_dut_logs_per_test_case, - get_test_device_logs, + get_test_device_logs, client_type, get_target_object, num_stations, setup_configuration): """Dataplane THroughput BRIDGE Mode diff --git a/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_nat_mode.py b/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_nat_mode.py index 995e222b4..c205516ee 100644 --- a/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_nat_mode.py +++ b/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_nat_mode.py @@ -39,9 +39,9 @@ class TestDataplaneThroughputNAT(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") @pytest.mark.twog def test_tcp_upd_open_nat_2g_band(self, get_test_library, get_dut_logs_per_test_case, - get_test_device_logs, - get_target_object, - num_stations, setup_configuration): + get_test_device_logs, client_type, + get_target_object, + num_stations, setup_configuration): """Dataplane THroughput NAT Mode. pytest -m "dataplane_throughput_test and NAT and open and twog" """ @@ -61,9 +61,9 @@ class TestDataplaneThroughputNAT(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") @pytest.mark.fiveg def test_tcp_upd_open_nat_5g_band(self, get_test_library, get_dut_logs_per_test_case, - get_test_device_logs, - get_target_object, - num_stations, setup_configuration): + get_test_device_logs, client_type, + get_target_object, + num_stations, setup_configuration): """Dataplane THroughput NAT Mode pytest -m "dataplane_throughput_test and NAT and open and fiveg" """ diff --git a/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_vlan_mode.py b/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_vlan_mode.py index 63e8b8753..4ce5a984e 100644 --- a/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_vlan_mode.py +++ b/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_vlan_mode.py @@ -38,7 +38,7 @@ class TestDataplaneThroughputVLAN(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") @pytest.mark.twog def test_tcp_upd_open_vlan_2g_band(self, get_test_library, get_dut_logs_per_test_case, - get_test_device_logs, + get_test_device_logs, client_type, get_target_object, num_stations, setup_configuration): """Dataplane THroughput VLAN Mode @@ -61,7 +61,7 @@ class TestDataplaneThroughputVLAN(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") @pytest.mark.fiveg def test_tcp_upd_open_vlan_5g_band(self, get_test_library, get_dut_logs_per_test_case, - get_test_device_logs, + get_test_device_logs, client_type, get_target_object, num_stations, setup_configuration): """Dataplane THroughput VLAN Mode