From 86bb647abb8fc9e7c3dec44892de0b8d0dc3bd59 Mon Sep 17 00:00:00 2001 From: haricharan-jaka Date: Mon, 4 Oct 2021 15:14:53 +0530 Subject: [PATCH] Added Jira links to Testcases --- .../android/test_general_security_modes.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/e2e/interOp/validation_of_operating_modes/vlan_mode/client_connectivity_test/android/test_general_security_modes.py b/tests/e2e/interOp/validation_of_operating_modes/vlan_mode/client_connectivity_test/android/test_general_security_modes.py index 21a223ab9..5b34daa64 100644 --- a/tests/e2e/interOp/validation_of_operating_modes/vlan_mode/client_connectivity_test/android/test_general_security_modes.py +++ b/tests/e2e/interOp/validation_of_operating_modes/vlan_mode/client_connectivity_test/android/test_general_security_modes.py @@ -54,6 +54,7 @@ class TestVlanModeConnectivitySuiteOne(object): pytest -m "client_connectivity and bridge and InteropsuiteA" """ + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-4631", name="WIFI-4631") @pytest.mark.fiveg @pytest.mark.wpa2_personal def test_ClientConnectivity_5g_WPA2_Personal_Vlan(self, request, get_vif_state, get_ToggleAirplaneMode_data, setup_perfectoMobile_android): @@ -92,6 +93,7 @@ class TestVlanModeConnectivitySuiteOne(object): allure.attach(name="Connection Status: ", body=str("No Internet access")) assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-4630", name="WIFI-4630") @pytest.mark.twog @pytest.mark.wpa2_personal def test_ClientConnectivity_2g_WPA2_Personal_Vlan(self, request, get_vif_state, get_ToggleAirplaneMode_data, setup_perfectoMobile_android): @@ -130,6 +132,7 @@ class TestVlanModeConnectivitySuiteOne(object): allure.attach(name="Connection Status: ", body=str("No Internet access")) assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-4629", name="WIFI-4629") @pytest.mark.fiveg @pytest.mark.wpa def test_ClientConnectivity_5g_WPA_Vlan(self, request, get_vif_state, get_ToggleAirplaneMode_data, setup_perfectoMobile_android): @@ -168,6 +171,7 @@ class TestVlanModeConnectivitySuiteOne(object): allure.attach(name="Connection Status: ", body=str("No Internet access")) assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-4630", name="WIFI-4630") @pytest.mark.twog @pytest.mark.wpa def test_ClientConnectivity_2g_WPA_Vlan(self, request, get_vif_state, get_ToggleAirplaneMode_data, setup_perfectoMobile_android): @@ -206,6 +210,7 @@ class TestVlanModeConnectivitySuiteOne(object): allure.attach(name="Connection Status: ", body=str("No Internet access")) assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-4627", name="WIFI-4627") @pytest.mark.fiveg @pytest.mark.open def test_ClientConnectivity_5g_Open_Vlan(self, request, get_vif_state, get_ToggleAirplaneMode_data, setup_perfectoMobile_android): @@ -244,6 +249,7 @@ class TestVlanModeConnectivitySuiteOne(object): allure.attach(name="Connection Status: ", body=str("No Internet access")) assert False + @allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-4626", name="WIFI-4626") @pytest.mark.twog @pytest.mark.open def test_ClientConnectivity_2g_Open_Vlan(self, request, get_vif_state, get_ToggleAirplaneMode_data, setup_perfectoMobile_android):