mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-10-30 18:38:06 +00:00 
			
		
		
		
	Added security markers
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
		| @@ -37,6 +37,7 @@ class TestDataplaneThroughputBRIDGE(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.open | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_open_bridge_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                          get_test_device_logs, client_type, | ||||
| @@ -60,6 +61,7 @@ class TestDataplaneThroughputBRIDGE(object): | ||||
|                                                    ) | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") | ||||
|     @pytest.mark.open | ||||
|     @pytest.mark.fiveg | ||||
|     def test_tcp_upd_open_bridge_5g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                          get_test_device_logs, client_type, | ||||
|   | ||||
| @@ -37,6 +37,7 @@ class TestDataplaneThroughputNAT(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.open | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_open_nat_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                       get_test_device_logs, client_type, | ||||
| @@ -60,6 +61,7 @@ class TestDataplaneThroughputNAT(object): | ||||
|                                                    ) | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") | ||||
|     @pytest.mark.open | ||||
|     @pytest.mark.fiveg | ||||
|     def test_tcp_upd_open_nat_5g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                       get_test_device_logs, client_type, | ||||
|   | ||||
| @@ -36,6 +36,7 @@ class TestDataplaneThroughputVLAN(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.open | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_open_vlan_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                        get_test_device_logs, client_type, | ||||
|   | ||||
| @@ -37,6 +37,7 @@ class TestDataplaneThroughputBRIDGE(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.wpa2_personal | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_wpa2_personal_bridge_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                   get_test_device_logs, client_type, | ||||
| @@ -61,6 +62,7 @@ class TestDataplaneThroughputBRIDGE(object): | ||||
|                                                    ) | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") | ||||
|     @pytest.mark.wpa2_personal | ||||
|     @pytest.mark.fiveg | ||||
|     def test_tcp_upd_wpa2_personal_bridge_5g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                   get_test_device_logs, client_type, | ||||
|   | ||||
| @@ -37,6 +37,7 @@ class TestDataplaneThroughputNAT(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.wpa2_personal | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_wpa2_personal_nat_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                get_test_device_logs, client_type, | ||||
| @@ -61,6 +62,7 @@ class TestDataplaneThroughputNAT(object): | ||||
|                                                    ) | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") | ||||
|     @pytest.mark.wpa2_personal | ||||
|     @pytest.mark.fiveg | ||||
|     def test_tcp_upd_wpa2_personal_nat_5g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                get_test_device_logs, client_type, | ||||
|   | ||||
| @@ -38,6 +38,7 @@ class TestDataplaneThroughputVLAN(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.wpa2_personal | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_wpa2_personal_vlan_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                 get_test_device_logs, client_type, | ||||
| @@ -64,6 +65,7 @@ class TestDataplaneThroughputVLAN(object): | ||||
|                                                    ) | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") | ||||
|     @pytest.mark.wpa2_personal | ||||
|     @pytest.mark.fiveg | ||||
|     def test_tcp_upd_wpa2_personal_vlan_5g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                 get_test_device_logs, client_type, | ||||
|   | ||||
| @@ -37,6 +37,7 @@ class TestDataplaneThroughputBRIDGE(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.wpa3_personal | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_wpa3_personal_bridge_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                   get_test_device_logs, client_type, | ||||
| @@ -61,6 +62,7 @@ class TestDataplaneThroughputBRIDGE(object): | ||||
|                                                    ) | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") | ||||
|     @pytest.mark.wpa3_personal | ||||
|     @pytest.mark.fiveg | ||||
|     def test_tcp_upd_wpa3_personal_bridge_5g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                   get_test_device_logs, client_type, | ||||
|   | ||||
| @@ -37,6 +37,7 @@ class TestDataplaneThroughputNAT(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.wpa3_personal | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_wpa3_personal_nat_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                get_test_device_logs, client_type, | ||||
| @@ -61,6 +62,7 @@ class TestDataplaneThroughputNAT(object): | ||||
|                                                    ) | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") | ||||
|     @pytest.mark.wpa3_personal | ||||
|     @pytest.mark.fiveg | ||||
|     def test_tcp_upd_wpa3_personal_nat_5g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                get_test_device_logs, client_type, | ||||
|   | ||||
| @@ -38,6 +38,7 @@ class TestDataplaneThroughputVLAN(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.wpa3_personal | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_wpa3_personal_vlan_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                 get_test_device_logs, client_type, | ||||
| @@ -64,6 +65,7 @@ class TestDataplaneThroughputVLAN(object): | ||||
|                                                    ) | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") | ||||
|     @pytest.mark.wpa3_personal | ||||
|     @pytest.mark.fiveg | ||||
|     def test_tcp_upd_wpa3_personal_vlan_5g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                                 get_test_device_logs, client_type, | ||||
| @@ -72,7 +74,7 @@ class TestDataplaneThroughputVLAN(object): | ||||
|         """Dataplane THroughput VLAN Mode | ||||
|            pytest -m "dataplane_tests and vlan and wpa3_personal and fiveg" | ||||
|         """ | ||||
|         profile_data = {"ssid_name": "wpa3_personal_dataplane_2g", "appliedRadios": ["2G"], "security_key": "something", | ||||
|         profile_data = {"ssid_name": "wpa3_personal_dataplane_5g", "appliedRadios": ["2G"], "security_key": "something", | ||||
|                         "vlan": 100} | ||||
|         ssid_name = profile_data["ssid_name"] | ||||
|         security = "wpa3" | ||||
|   | ||||
| @@ -37,6 +37,7 @@ class TestDataplaneThroughputBRIDGE(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.wpa_personal | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_wpa_bridge_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                         get_test_device_logs, client_type, | ||||
| @@ -61,6 +62,7 @@ class TestDataplaneThroughputBRIDGE(object): | ||||
|                                                    ) | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") | ||||
|     @pytest.mark.wpa_personal | ||||
|     @pytest.mark.fiveg | ||||
|     def test_tcp_upd_wpa_bridge_5g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                         get_test_device_logs, client_type, | ||||
|   | ||||
| @@ -37,6 +37,7 @@ class TestDataplaneThroughputNAT(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.wpa_personal | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_wpa_nat_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                      get_test_device_logs, client_type, | ||||
| @@ -61,6 +62,7 @@ class TestDataplaneThroughputNAT(object): | ||||
|                                                    ) | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") | ||||
|     @pytest.mark.wpa_personal | ||||
|     @pytest.mark.fiveg | ||||
|     def test_tcp_upd_wpa_nat_5g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                      get_test_device_logs, client_type, | ||||
|   | ||||
| @@ -36,6 +36,7 @@ class TestDataplaneThroughputVLAN(object): | ||||
|     """ | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3673", name="WIFI-3673") | ||||
|     @pytest.mark.wpa_personal | ||||
|     @pytest.mark.twog | ||||
|     def test_tcp_upd_wpa_vlan_2g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                       get_test_device_logs, client_type, | ||||
| @@ -61,6 +62,7 @@ class TestDataplaneThroughputVLAN(object): | ||||
|                                                    ) | ||||
|  | ||||
|     @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-3674", name="WIFI-3674") | ||||
|     @pytest.mark.wpa_personal | ||||
|     @pytest.mark.fiveg | ||||
|     def test_tcp_upd_wpa_vlan_5g_band(self, get_test_library, get_dut_logs_per_test_case, | ||||
|                                       get_test_device_logs, client_type, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jitendracandela
					jitendracandela