diff --git a/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_bridge_mode.py b/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_bridge_mode.py index ed14b3b27..bbc994e16 100644 --- a/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_bridge_mode.py +++ b/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_bridge_mode.py @@ -34,7 +34,7 @@ class TestThroughputVsPktBridgeWpa2G(object): """Throughput vs Various Pkt Size Test BRIDGE MODE pytest -m "throughput_vs_pkt and Bridge" """ - + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt60 @@ -82,6 +82,7 @@ class TestThroughputVsPktBridgeWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt142 @@ -129,6 +130,7 @@ class TestThroughputVsPktBridgeWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt256 @@ -176,6 +178,7 @@ class TestThroughputVsPktBridgeWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt512 @@ -223,6 +226,7 @@ class TestThroughputVsPktBridgeWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt1024 @@ -270,6 +274,7 @@ class TestThroughputVsPktBridgeWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pktMTU @@ -342,7 +347,7 @@ class TestThroughputVsPktBridgeWpa5G(object): """Throughput vs Various Pkt Size Test BRIDGE MODE pytest -m "throughput_vs_pkt and Bridge" """ - + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pkt60 @@ -390,6 +395,7 @@ class TestThroughputVsPktBridgeWpa5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pkt142 @@ -437,6 +443,7 @@ class TestThroughputVsPktBridgeWpa5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pkt256 @@ -484,6 +491,7 @@ class TestThroughputVsPktBridgeWpa5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pkt512 @@ -531,6 +539,7 @@ class TestThroughputVsPktBridgeWpa5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pkt1024 @@ -578,6 +587,7 @@ class TestThroughputVsPktBridgeWpa5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pktMTU diff --git a/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_nat_mode.py b/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_nat_mode.py index 41af82f4a..03d26bf0f 100644 --- a/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_nat_mode.py +++ b/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_nat_mode.py @@ -36,6 +36,7 @@ class TestThroughputVsPktNatAWpa2G(object): """Throughput vs Various Pkt Size Test nat mode pytest -m "throughput_vs_pkt and nat" """ + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt60 @@ -83,6 +84,7 @@ class TestThroughputVsPktNatAWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt142 @@ -130,6 +132,7 @@ class TestThroughputVsPktNatAWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt256 @@ -177,6 +180,7 @@ class TestThroughputVsPktNatAWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt512 @@ -224,6 +228,7 @@ class TestThroughputVsPktNatAWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt1024 @@ -271,6 +276,7 @@ class TestThroughputVsPktNatAWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pktMTU @@ -344,6 +350,7 @@ class TestThroughputVsPktNatOpen5G(object): """Throughput vs Various Pkt Size Test nat mode pytest -m "throughput_vs_pkt and nat" """ + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pkt60 @@ -391,6 +398,7 @@ class TestThroughputVsPktNatOpen5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pkt142 @@ -438,6 +446,7 @@ class TestThroughputVsPktNatOpen5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pkt256 @@ -485,6 +494,7 @@ class TestThroughputVsPktNatOpen5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pkt512 @@ -532,6 +542,7 @@ class TestThroughputVsPktNatOpen5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pkt1024 @@ -579,6 +590,7 @@ class TestThroughputVsPktNatOpen5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fiveg @pytest.mark.pktMTU diff --git a/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_vlan_mode.py b/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_vlan_mode.py index 922a49b5b..f785ec053 100644 --- a/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_vlan_mode.py +++ b/tests/e2e/basic/performance_tests/throughput_benchmark/throughput_vs_various_pkt_sizes/wpa_security/test_vlan_mode.py @@ -36,6 +36,7 @@ class TestThroughputVsPktVlanWpa2G(object): """Throughput vs Various Pkt Size Test vlan mode pytest -m "throughput_vs_pkt and vlan" """ + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt60 @@ -83,6 +84,7 @@ class TestThroughputVsPktVlanWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt142 @@ -130,6 +132,7 @@ class TestThroughputVsPktVlanWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt256 @@ -177,6 +180,7 @@ class TestThroughputVsPktVlanWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt512 @@ -224,6 +228,7 @@ class TestThroughputVsPktVlanWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pkt1024 @@ -271,6 +276,7 @@ class TestThroughputVsPktVlanWpa2G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.twog @pytest.mark.pktMTU @@ -343,6 +349,7 @@ class TestThroughputVsPktVlan5G(object): """Throughput vs Various Pkt Size Test vlan mode pytest -m "throughput_vs_pkt and vlan" """ + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fivg @pytest.mark.pkt60 @@ -390,6 +397,7 @@ class TestThroughputVsPktVlan5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fivg @pytest.mark.pkt142 @@ -437,6 +445,7 @@ class TestThroughputVsPktVlan5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fivg @pytest.mark.pkt256 @@ -484,6 +493,7 @@ class TestThroughputVsPktVlan5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fivg @pytest.mark.pkt512 @@ -531,6 +541,7 @@ class TestThroughputVsPktVlan5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fivg @pytest.mark.pkt1024 @@ -578,6 +589,7 @@ class TestThroughputVsPktVlan5G(object): else: assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-2548", name="WIFI-2548") @pytest.mark.wpa_personal @pytest.mark.fivg @pytest.mark.pktMTU