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