From adaaeb44ff46ebdaf6aacefe4fa8dda11accc267 Mon Sep 17 00:00:00 2001 From: jitendracandela Date: Fri, 8 Nov 2024 13:05:03 +0530 Subject: [PATCH] modified peak throughput testcases --- .../test_peak_throughput_wpa2_eap_20Mhz_2g.py | 100 +++++++++++++ .../test_peak_throughput_wpa2_eap_20Mhz_5g.py | 138 ++++++++++++++++++ .../test_peak_throughput_wpa2_eap_40Mhz_2g.py | 66 +++++++++ .../test_peak_throughput_wpa2_eap_40Mhz_5g.py | 81 ++++++++++ .../test_peak_throughput_wpa2_eap_80Mhz_5g.py | 36 +++++ 5 files changed, 421 insertions(+) diff --git a/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_20Mhz_2g.py b/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_20Mhz_2g.py index 3ef70498f..fe6c859de 100644 --- a/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_20Mhz_2g.py +++ b/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_20Mhz_2g.py @@ -27,6 +27,9 @@ setup_params_general_1 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("2 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_1 @pytest.mark.parametrize( 'setup_configuration', @@ -42,6 +45,7 @@ class Test20Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -86,6 +90,7 @@ class Test20Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -131,6 +136,8 @@ class Test20Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") + @allure.title("peak thoughput enterprise client TCP wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -176,6 +183,7 @@ class Test20Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -221,6 +229,7 @@ class Test20Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -266,6 +275,7 @@ class Test20Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -326,6 +336,9 @@ setup_params_general_2 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("2 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_2 @pytest.mark.parametrize( 'setup_configuration', @@ -341,6 +354,7 @@ class Test20Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -386,6 +400,7 @@ class Test20Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -430,6 +445,7 @@ class Test20Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -474,6 +490,7 @@ class Test20Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -518,6 +535,7 @@ class Test20Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -563,6 +581,7 @@ class Test20Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -624,6 +643,9 @@ setup_params_general_3 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("2 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_3 @pytest.mark.parametrize( 'setup_configuration', @@ -639,6 +661,7 @@ class Test20Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -684,6 +707,7 @@ class Test20Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -729,6 +753,7 @@ class Test20Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -774,6 +799,7 @@ class Test20Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -819,6 +845,7 @@ class Test20Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -864,6 +891,7 @@ class Test20Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -924,6 +952,9 @@ setup_params_general_4 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("2 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_3 @pytest.mark.parametrize( 'setup_configuration', @@ -938,6 +969,7 @@ class Test20Mhz2GChannel4PeakThroughput(object): """ @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """Test Description: @@ -982,6 +1014,7 @@ class Test20Mhz2GChannel4PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """Test Description: @@ -1026,6 +1059,7 @@ class Test20Mhz2GChannel4PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """Test Description: @@ -1070,6 +1104,7 @@ class Test20Mhz2GChannel4PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """Test Description: @@ -1114,6 +1149,7 @@ class Test20Mhz2GChannel4PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """Test Description: @@ -1158,6 +1194,7 @@ class Test20Mhz2GChannel4PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1218,6 +1255,9 @@ setup_params_general_5 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("2 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_3 @pytest.mark.parametrize( 'setup_configuration', @@ -1233,6 +1273,7 @@ class Test20Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """Test Description: @@ -1277,6 +1318,7 @@ class Test20Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1322,6 +1364,7 @@ class Test20Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1367,6 +1410,7 @@ class Test20Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1412,6 +1456,7 @@ class Test20Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """Test Description: @@ -1457,6 +1502,7 @@ class Test20Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1518,6 +1564,9 @@ setup_params_general_6 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("2 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_6 @pytest.mark.parametrize( 'setup_configuration', @@ -1533,6 +1582,7 @@ class Test20Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1577,6 +1627,7 @@ class Test20Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1622,6 +1673,7 @@ class Test20Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1667,6 +1719,7 @@ class Test20Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1712,6 +1765,7 @@ class Test20Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1757,6 +1811,7 @@ class Test20Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1817,6 +1872,9 @@ setup_params_general_7 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("2 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_7 @pytest.mark.parametrize( 'setup_configuration', @@ -1832,6 +1890,7 @@ class Test20Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1877,6 +1936,7 @@ class Test20Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1922,6 +1982,7 @@ class Test20Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1967,6 +2028,7 @@ class Test20Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2012,6 +2074,7 @@ class Test20Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2057,6 +2120,7 @@ class Test20Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2116,6 +2180,9 @@ setup_params_general_8 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("2 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_8 @pytest.mark.parametrize( 'setup_configuration', @@ -2131,6 +2198,7 @@ class Test20Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2176,6 +2244,7 @@ class Test20Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2221,6 +2290,7 @@ class Test20Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2266,6 +2336,7 @@ class Test20Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2311,6 +2382,7 @@ class Test20Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2356,6 +2428,7 @@ class Test20Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2416,6 +2489,9 @@ setup_params_general_9 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("2 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_9 @pytest.mark.parametrize( 'setup_configuration', @@ -2431,6 +2507,7 @@ class Test20Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2476,6 +2553,7 @@ class Test20Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2521,6 +2599,7 @@ class Test20Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2566,6 +2645,7 @@ class Test20Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2611,6 +2691,7 @@ class Test20Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2656,6 +2737,7 @@ class Test20Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2715,6 +2797,9 @@ setup_params_general_10 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("2 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_10 @pytest.mark.parametrize( 'setup_configuration', @@ -2730,6 +2815,7 @@ class Test20Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2775,6 +2861,7 @@ class Test20Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2820,6 +2907,7 @@ class Test20Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2865,6 +2953,7 @@ class Test20Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2910,6 +2999,7 @@ class Test20Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2955,6 +3045,7 @@ class Test20Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3014,6 +3105,9 @@ setup_params_general_11 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("2 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_11 @pytest.mark.parametrize( 'setup_configuration', @@ -3029,6 +3123,7 @@ class Test20Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3074,6 +3169,7 @@ class Test20Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3119,6 +3215,7 @@ class Test20Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3164,6 +3261,7 @@ class Test20Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3209,6 +3307,7 @@ class Test20Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3254,6 +3353,7 @@ class Test20Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ diff --git a/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_20Mhz_5g.py b/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_20Mhz_5g.py index c262219ba..79021c623 100644 --- a/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_20Mhz_5g.py +++ b/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_20Mhz_5g.py @@ -27,6 +27,9 @@ setup_params_general1 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_36 @pytest.mark.parametrize( 'setup_configuration', @@ -42,6 +45,7 @@ class Test20Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration, radius_info): """ @@ -86,6 +90,7 @@ class Test20Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -130,6 +135,7 @@ class Test20Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -174,6 +180,7 @@ class Test20Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -218,6 +225,7 @@ class Test20Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -262,6 +270,7 @@ class Test20Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -321,6 +330,9 @@ setup_params_general2 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_40 @pytest.mark.parametrize( 'setup_configuration', @@ -336,6 +348,7 @@ class Test20Mhz5GChannel40PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -380,6 +393,7 @@ class Test20Mhz5GChannel40PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -424,6 +438,7 @@ class Test20Mhz5GChannel40PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -468,6 +483,7 @@ class Test20Mhz5GChannel40PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -512,6 +528,7 @@ class Test20Mhz5GChannel40PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -556,6 +573,7 @@ class Test20Mhz5GChannel40PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -614,6 +632,9 @@ setup_params_general3 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_44 @pytest.mark.parametrize( 'setup_configuration', @@ -629,6 +650,7 @@ class Test20Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -673,6 +695,7 @@ class Test20Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -717,6 +740,7 @@ class Test20Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -761,6 +785,7 @@ class Test20Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -805,6 +830,7 @@ class Test20Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -849,6 +875,7 @@ class Test20Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -908,6 +935,9 @@ setup_params_general4 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_48 @pytest.mark.parametrize( 'setup_configuration', @@ -923,6 +953,7 @@ class TestCountryCA20Mhz5GChannel48PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): @@ -968,6 +999,7 @@ class TestCountryCA20Mhz5GChannel48PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1012,6 +1044,7 @@ class TestCountryCA20Mhz5GChannel48PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1056,6 +1089,7 @@ class TestCountryCA20Mhz5GChannel48PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1100,6 +1134,7 @@ class TestCountryCA20Mhz5GChannel48PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1144,6 +1179,7 @@ class TestCountryCA20Mhz5GChannel48PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1203,6 +1239,9 @@ setup_params_general5 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_52 @pytest.mark.parametrize( 'setup_configuration', @@ -1218,6 +1257,7 @@ class TestCountryCA20Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1262,6 +1302,7 @@ class TestCountryCA20Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1306,6 +1347,7 @@ class TestCountryCA20Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1350,6 +1392,7 @@ class TestCountryCA20Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1394,6 +1437,7 @@ class TestCountryCA20Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1438,6 +1482,7 @@ class TestCountryCA20Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1497,6 +1542,9 @@ setup_params_general6 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_56 @pytest.mark.parametrize( 'setup_configuration', @@ -1512,6 +1560,7 @@ class TestCountryCA20Mhz5GChannel56PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1556,6 +1605,7 @@ class TestCountryCA20Mhz5GChannel56PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1600,6 +1650,7 @@ class TestCountryCA20Mhz5GChannel56PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1644,6 +1695,7 @@ class TestCountryCA20Mhz5GChannel56PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1688,6 +1740,7 @@ class TestCountryCA20Mhz5GChannel56PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1732,6 +1785,7 @@ class TestCountryCA20Mhz5GChannel56PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1791,6 +1845,9 @@ setup_params_general7 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_60 @pytest.mark.parametrize( 'setup_configuration', @@ -1806,6 +1863,7 @@ class TestCountryCA20Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1850,6 +1908,7 @@ class TestCountryCA20Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1894,6 +1953,7 @@ class TestCountryCA20Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1938,6 +1998,7 @@ class TestCountryCA20Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1982,6 +2043,7 @@ class TestCountryCA20Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2026,6 +2088,7 @@ class TestCountryCA20Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2086,6 +2149,9 @@ setup_params_general8 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_64 @pytest.mark.parametrize( 'setup_configuration', @@ -2101,6 +2167,7 @@ class TestCountryCA20Mhz5GChannel64PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2145,6 +2212,7 @@ class TestCountryCA20Mhz5GChannel64PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2189,6 +2257,7 @@ class TestCountryCA20Mhz5GChannel64PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2233,6 +2302,7 @@ class TestCountryCA20Mhz5GChannel64PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2277,6 +2347,7 @@ class TestCountryCA20Mhz5GChannel64PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2321,6 +2392,7 @@ class TestCountryCA20Mhz5GChannel64PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2381,6 +2453,9 @@ setup_params_general9 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_100 @pytest.mark.parametrize( 'setup_configuration', @@ -2396,6 +2471,7 @@ class TestCountryCA20Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2440,6 +2516,7 @@ class TestCountryCA20Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2484,6 +2561,7 @@ class TestCountryCA20Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2528,6 +2606,7 @@ class TestCountryCA20Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2572,6 +2651,7 @@ class TestCountryCA20Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2616,6 +2696,7 @@ class TestCountryCA20Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2675,6 +2756,9 @@ setup_params_general10 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_104 @pytest.mark.parametrize( 'setup_configuration', @@ -2690,6 +2774,7 @@ class TestCountryCA20Mhz5GChannel104PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2734,6 +2819,7 @@ class TestCountryCA20Mhz5GChannel104PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2778,6 +2864,7 @@ class TestCountryCA20Mhz5GChannel104PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2822,6 +2909,7 @@ class TestCountryCA20Mhz5GChannel104PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2866,6 +2954,7 @@ class TestCountryCA20Mhz5GChannel104PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2910,6 +2999,7 @@ class TestCountryCA20Mhz5GChannel104PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2970,6 +3060,9 @@ setup_params_general11 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_108 @pytest.mark.parametrize( 'setup_configuration', @@ -2985,6 +3078,7 @@ class TestCountryCA20Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3029,6 +3123,7 @@ class TestCountryCA20Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3073,6 +3168,7 @@ class TestCountryCA20Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3117,6 +3213,7 @@ class TestCountryCA20Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3162,6 +3259,7 @@ class TestCountryCA20Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3206,6 +3304,7 @@ class TestCountryCA20Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3266,6 +3365,9 @@ setup_params_general12 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_112 @pytest.mark.parametrize( 'setup_configuration', @@ -3281,6 +3383,7 @@ class TestCountryCA20Mhz5GChannel112PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3325,6 +3428,7 @@ class TestCountryCA20Mhz5GChannel112PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3369,6 +3473,7 @@ class TestCountryCA20Mhz5GChannel112PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3413,6 +3518,7 @@ class TestCountryCA20Mhz5GChannel112PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3457,6 +3563,7 @@ class TestCountryCA20Mhz5GChannel112PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3501,6 +3608,7 @@ class TestCountryCA20Mhz5GChannel112PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3576,6 +3684,7 @@ class TestCountryCA20Mhz5GChannel116PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3620,6 +3729,7 @@ class TestCountryCA20Mhz5GChannel116PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3664,6 +3774,7 @@ class TestCountryCA20Mhz5GChannel116PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3708,6 +3819,7 @@ class TestCountryCA20Mhz5GChannel116PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3752,6 +3864,7 @@ class TestCountryCA20Mhz5GChannel116PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3796,6 +3909,7 @@ class TestCountryCA20Mhz5GChannel116PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3871,6 +3985,7 @@ class TestCountryCA20Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3915,6 +4030,7 @@ class TestCountryCA20Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3959,6 +4075,7 @@ class TestCountryCA20Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4003,6 +4120,7 @@ class TestCountryCA20Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4047,6 +4165,7 @@ class TestCountryCA20Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4091,6 +4210,7 @@ class TestCountryCA20Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4164,6 +4284,7 @@ class TestCountryCA20Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4208,6 +4329,7 @@ class TestCountryCA20Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4252,6 +4374,7 @@ class TestCountryCA20Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4296,6 +4419,7 @@ class TestCountryCA20Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4340,6 +4464,7 @@ class TestCountryCA20Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4384,6 +4509,7 @@ class TestCountryCA20Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4457,6 +4583,7 @@ class TestCountryCA20Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4501,6 +4628,7 @@ class TestCountryCA20Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4545,6 +4673,7 @@ class TestCountryCA20Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4589,6 +4718,7 @@ class TestCountryCA20Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4633,6 +4763,7 @@ class TestCountryCA20Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4677,6 +4808,7 @@ class TestCountryCA20Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4750,6 +4882,7 @@ class TestCountryCA20Mhz5GChannel144PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4794,6 +4927,7 @@ class TestCountryCA20Mhz5GChannel144PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4838,6 +4972,7 @@ class TestCountryCA20Mhz5GChannel144PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4882,6 +5017,7 @@ class TestCountryCA20Mhz5GChannel144PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4926,6 +5062,7 @@ class TestCountryCA20Mhz5GChannel144PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -4970,6 +5107,7 @@ class TestCountryCA20Mhz5GChannel144PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ diff --git a/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_40Mhz_2g.py b/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_40Mhz_2g.py index ab9715188..3455d543c 100644 --- a/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_40Mhz_2g.py +++ b/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_40Mhz_2g.py @@ -42,6 +42,7 @@ class Test40Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -87,6 +88,7 @@ class Test40Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -131,6 +133,7 @@ class Test40Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -175,6 +178,7 @@ class Test40Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -219,6 +223,7 @@ class Test40Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -263,6 +268,7 @@ class Test40Mhz2GChannel1PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -337,6 +343,7 @@ class Test40Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -382,6 +389,7 @@ class Test40Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -426,6 +434,7 @@ class Test40Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -471,6 +480,7 @@ class Test40Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -515,6 +525,7 @@ class Test40Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -559,6 +570,7 @@ class Test40Mhz2GChannel2PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -633,6 +645,7 @@ class Test40Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -677,6 +690,7 @@ class Test40Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -721,6 +735,7 @@ class Test40Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -765,6 +780,7 @@ class Test40Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -809,6 +825,7 @@ class Test40Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -853,6 +870,7 @@ class Test40Mhz2GChannel3PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -927,6 +945,7 @@ class Test40Mhz2GChannel4PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -971,6 +990,7 @@ class Test40Mhz2GChannel4PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1015,6 +1035,7 @@ class Test40Mhz2GChannel4PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1059,6 +1080,7 @@ class Test40Mhz2GChannel4PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1103,6 +1125,7 @@ class Test40Mhz2GChannel4PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1147,6 +1170,7 @@ class Test40Mhz2GChannel4PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1221,6 +1245,7 @@ class Test40Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1265,6 +1290,7 @@ class Test40Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1309,6 +1335,7 @@ class Test40Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1353,6 +1380,7 @@ class Test40Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1397,6 +1425,7 @@ class Test40Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1441,6 +1470,7 @@ class Test40Mhz2GChannel5PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1515,6 +1545,7 @@ class Test40Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1559,6 +1590,7 @@ class Test40Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1603,6 +1635,7 @@ class Test40Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1647,6 +1680,7 @@ class Test40Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1691,6 +1725,7 @@ class Test40Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1735,6 +1770,7 @@ class Test40Mhz2GChannel6PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1809,6 +1845,7 @@ class Test40Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") @pytest.mark.aaa def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): @@ -1854,6 +1891,7 @@ class Test40Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1898,6 +1936,7 @@ class Test40Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1942,6 +1981,7 @@ class Test40Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1986,6 +2026,7 @@ class Test40Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2030,6 +2071,7 @@ class Test40Mhz2GChannel7PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2103,6 +2145,7 @@ class Test40Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") @pytest.mark.aaa def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): @@ -2148,6 +2191,7 @@ class Test40Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2192,6 +2236,7 @@ class Test40Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2236,6 +2281,7 @@ class Test40Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2280,6 +2326,7 @@ class Test40Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2324,6 +2371,7 @@ class Test40Mhz2GChannel8PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2398,6 +2446,7 @@ class Test40Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2442,6 +2491,7 @@ class Test40Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2486,6 +2536,7 @@ class Test40Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2530,6 +2581,7 @@ class Test40Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2574,6 +2626,7 @@ class Test40Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2618,6 +2671,7 @@ class Test40Mhz2GChannel9PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2691,6 +2745,7 @@ class Test40Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2735,6 +2790,7 @@ class Test40Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2779,6 +2835,7 @@ class Test40Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2823,6 +2880,7 @@ class Test40Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2867,6 +2925,7 @@ class Test40Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2911,6 +2970,7 @@ class Test40Mhz2GChannel10PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2984,6 +3044,7 @@ class Test40Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") @pytest.mark.aaa def test_client_wpa2_enterprise_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): @@ -3029,6 +3090,7 @@ class Test40Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_enterprise_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3073,6 +3135,7 @@ class Test40Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3117,6 +3180,7 @@ class Test40Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_enterprise_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3161,6 +3225,7 @@ class Test40Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -3205,6 +3270,7 @@ class Test40Mhz2GChannel11PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_enterprise_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ diff --git a/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_40Mhz_5g.py b/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_40Mhz_5g.py index db5d09d4b..a0e54061b 100644 --- a/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_40Mhz_5g.py +++ b/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_40Mhz_5g.py @@ -28,6 +28,9 @@ setup_params_general1 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_36 @pytest.mark.parametrize( 'setup_configuration', @@ -43,6 +46,7 @@ class Test40Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -87,6 +91,7 @@ class Test40Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -132,6 +137,7 @@ class Test40Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -176,6 +182,7 @@ class Test40Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -220,6 +227,7 @@ class Test40Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -264,6 +272,7 @@ class Test40Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ Wifi Capacity Test BRIDGE mode @@ -317,6 +326,9 @@ setup_params_general2 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_44 @pytest.mark.parametrize( 'setup_configuration', @@ -332,6 +344,7 @@ class Test40Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -376,6 +389,7 @@ class Test40Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -420,6 +434,7 @@ class Test40Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -464,6 +479,7 @@ class Test40Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -508,6 +524,7 @@ class Test40Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -552,6 +569,7 @@ class Test40Mhz5GChannel44PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ Wifi Capacity Test BRIDGE mode @@ -605,6 +623,9 @@ setup_params_general5 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_52 @pytest.mark.parametrize( 'setup_configuration', @@ -620,6 +641,7 @@ class Test40Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -664,6 +686,7 @@ class Test40Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -708,6 +731,7 @@ class Test40Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -752,6 +776,7 @@ class Test40Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -796,6 +821,7 @@ class Test40Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -840,6 +866,7 @@ class Test40Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ Wifi Capacity Test BRIDGE mode @@ -893,6 +920,9 @@ setup_params_general7 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_60 @pytest.mark.parametrize( 'setup_configuration', @@ -908,6 +938,7 @@ class Test40Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -952,6 +983,7 @@ class Test40Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -996,6 +1028,7 @@ class Test40Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1040,6 +1073,7 @@ class Test40Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1084,6 +1118,7 @@ class Test40Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1128,6 +1163,7 @@ class Test40Mhz5GChannel60PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ Wifi Capacity Test BRIDGE mode @@ -1182,6 +1218,9 @@ setup_params_general9 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_100 @pytest.mark.parametrize( 'setup_configuration', @@ -1197,6 +1236,7 @@ class Test40Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1241,6 +1281,7 @@ class Test40Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1285,6 +1326,7 @@ class Test40Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1329,6 +1371,7 @@ class Test40Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1373,6 +1416,7 @@ class Test40Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1417,6 +1461,7 @@ class Test40Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ Wifi Capacity Test BRIDGE mode @@ -1471,6 +1516,9 @@ setup_params_general11 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_108 @pytest.mark.parametrize( 'setup_configuration', @@ -1486,6 +1534,7 @@ class Test40Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1530,6 +1579,7 @@ class Test40Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1574,6 +1624,7 @@ class Test40Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1618,6 +1669,7 @@ class Test40Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1662,6 +1714,7 @@ class Test40Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1706,6 +1759,7 @@ class Test40Mhz5GChannel108PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ Wifi Capacity Test BRIDGE mode @@ -1760,6 +1814,9 @@ setup_params_general14 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_132 @pytest.mark.parametrize( 'setup_configuration', @@ -1775,6 +1832,7 @@ class Test40Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1819,6 +1877,7 @@ class Test40Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1863,6 +1922,7 @@ class Test40Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1907,6 +1967,7 @@ class Test40Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1951,6 +2012,7 @@ class Test40Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1995,6 +2057,7 @@ class Test40Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ Wifi Capacity Test BRIDGE mode @@ -2047,6 +2110,9 @@ setup_params_general15 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_136 @pytest.mark.parametrize( 'setup_configuration', @@ -2062,6 +2128,7 @@ class Test40Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2106,6 +2173,7 @@ class Test40Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2150,6 +2218,7 @@ class Test40Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2194,6 +2263,7 @@ class Test40Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2238,6 +2308,7 @@ class Test40Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2282,6 +2353,7 @@ class Test40Mhz5GChannel136PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ Wifi Capacity Test BRIDGE mode @@ -2335,6 +2407,9 @@ setup_params_general16 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_140 @pytest.mark.parametrize( 'setup_configuration', @@ -2350,6 +2425,7 @@ class Test40Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration, radius_info): """ @@ -2394,6 +2470,7 @@ class Test40Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ Wifi Capacity Test BRIDGE mode @@ -2432,6 +2509,7 @@ class Test40Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2476,6 +2554,7 @@ class Test40Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -2520,6 +2599,7 @@ class Test40Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ Wifi Capacity Test BRIDGE mode @@ -2558,6 +2638,7 @@ class Test40Mhz5GChannel140PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ Wifi Capacity Test BRIDGE mode diff --git a/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_80Mhz_5g.py b/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_80Mhz_5g.py index 9003fa717..8a8350400 100644 --- a/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_80Mhz_5g.py +++ b/tests/e2e/basic/performance_tests/peak_throughput_tests/bridge_mode/wpa2_enterprise_encryption/test_peak_throughput_wpa2_eap_80Mhz_5g.py @@ -28,6 +28,9 @@ setup_params_general1 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_36 @pytest.mark.parametrize( 'setup_configuration', @@ -43,6 +46,7 @@ class Test80Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -87,6 +91,7 @@ class Test80Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -131,6 +136,7 @@ class Test80Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -175,6 +181,7 @@ class Test80Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -219,6 +226,7 @@ class Test80Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -263,6 +271,7 @@ class Test80Mhz5GChannel36PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -322,6 +331,9 @@ setup_params_general5 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_52 @pytest.mark.parametrize( 'setup_configuration', @@ -337,6 +349,7 @@ class Test80Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -381,6 +394,7 @@ class Test80Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -425,6 +439,7 @@ class Test80Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -469,6 +484,7 @@ class Test80Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -513,6 +529,7 @@ class Test80Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -557,6 +574,7 @@ class Test80Mhz5GChannel52PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -617,6 +635,9 @@ setup_params_general9 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_100 @pytest.mark.parametrize( 'setup_configuration', @@ -632,6 +653,7 @@ class Test80Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -676,6 +698,7 @@ class Test80Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -720,6 +743,7 @@ class Test80Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -764,6 +788,7 @@ class Test80Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -808,6 +833,7 @@ class Test80Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -852,6 +878,7 @@ class Test80Mhz5GChannel100PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -912,6 +939,9 @@ setup_params_general14 = { @allure.feature("PEAK THROUGHPUT TESTS") +@allure.parent_suite("peak throughput test") +@allure.suite("5 GHz Band") +@allure.sub_suite("BRIDGE Mode") @pytest.mark.channel_132 @pytest.mark.parametrize( 'setup_configuration', @@ -927,6 +957,7 @@ class Test80Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934") @pytest.mark.tcp_download + @allure.title("peak thoughput client TCP Download wifi capacity") def test_client_wpa2_eap_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -971,6 +1002,7 @@ class Test80Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6944", name="WIFI-6944") @pytest.mark.udp_download + @allure.title("peak thoughput enterprise client UDP Download wifi capacity") def test_client_wpa2_eap_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1015,6 +1047,7 @@ class Test80Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6943", name="WIFI-6943") @pytest.mark.tcp_bidirectional + @allure.title("peak thoughput enterprise client TCP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_tcp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1059,6 +1092,7 @@ class Test80Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6946", name="WIFI-6946") @pytest.mark.udp_bidirectional + @allure.title("peak thoughput enterprise client UDP Bidirectional wifi capacity") def test_client_wpa2_eap_bridge_udp_bidirectional(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1103,6 +1137,7 @@ class Test80Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6942", name="WIFI-6942") @pytest.mark.tcp_upload + @allure.title("peak thoughput enterprise client TCP Upload wifi capacity") def test_client_wpa2_eap_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """ @@ -1147,6 +1182,7 @@ class Test80Mhz5GChannel132PeakThroughput(object): @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6945", name="WIFI-6945") @pytest.mark.udp_upload + @allure.title("peak thoughput enterprise client UDP Upload wifi capacity") def test_client_wpa2_eap_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration,radius_info): """