From 0371c49ca53e5145e3fecf9f4dc49f7b802249cb Mon Sep 17 00:00:00 2001 From: karthikaeyetea Date: Mon, 25 Apr 2022 21:48:35 +0530 Subject: [PATCH] Created testcases for WAP3_eap security Signed-off-by: karthikaeyetea --- .../test_dynamic_over_ssid_fiveg_wpa3.py | 1 + .../fiveg/test_dynamic_vlan_fiveg_wpa3.py | 1 + .../twog/test_dynamic_over_ssid_twog_wpa3.py | 1 + .../twog/test_dynamic_vlan_twog_wpa3.py | 33 ------------------- 4 files changed, 3 insertions(+), 33 deletions(-) diff --git a/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/fiveg/test_dynamic_over_ssid_fiveg_wpa3.py b/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/fiveg/test_dynamic_over_ssid_fiveg_wpa3.py index 41bcb3c4f..a20103b7b 100644 --- a/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/fiveg/test_dynamic_over_ssid_fiveg_wpa3.py +++ b/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/fiveg/test_dynamic_over_ssid_fiveg_wpa3.py @@ -111,3 +111,4 @@ class TestDynamicVlanOverSsid5GWpa3(object): elif not val: print("Station ip not assigned as per dynamic vlan") assert False + diff --git a/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/fiveg/test_dynamic_vlan_fiveg_wpa3.py b/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/fiveg/test_dynamic_vlan_fiveg_wpa3.py index 85ec494ff..05dcaea05 100644 --- a/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/fiveg/test_dynamic_vlan_fiveg_wpa3.py +++ b/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/fiveg/test_dynamic_vlan_fiveg_wpa3.py @@ -647,3 +647,4 @@ class TestDynamicVlan5GWpa3(object): assert False lf_tools.admin_up_down([station_list[sta]], option="up") time.sleep(5) + diff --git a/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/twog/test_dynamic_over_ssid_twog_wpa3.py b/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/twog/test_dynamic_over_ssid_twog_wpa3.py index b138a4ffa..7c4be499f 100644 --- a/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/twog/test_dynamic_over_ssid_twog_wpa3.py +++ b/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/twog/test_dynamic_over_ssid_twog_wpa3.py @@ -111,3 +111,4 @@ class TestDynamicVlanOverSsid2GWpa3(object): elif not val: print("Station ip not assigned as per dynamic vlan") assert False + diff --git a/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/twog/test_dynamic_vlan_twog_wpa3.py b/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/twog/test_dynamic_vlan_twog_wpa3.py index ee5b9b7aa..140549875 100644 --- a/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/twog/test_dynamic_vlan_twog_wpa3.py +++ b/tests/e2e/basic/validation_of_operating_modes/vlan_mode/dynamic_vlan/wpa3_enterprise/twog/test_dynamic_vlan_twog_wpa3.py @@ -46,11 +46,7 @@ class TestDynamicVlan2GWpa3(object): @pytest.mark.wpa3_enterprise @pytest.mark.twog @allure.testcase(name="test_ssid_vlan_in_the_absence_of_radius_vlan_identifier", -<<<<<<< HEAD url="https://telecominfraproject.atlassian.net/browse/WIFI-6095") -======= - url="https://telecominfraproject.atlassian.net/browse/WIFI-5704") ->>>>>>> Changed class and function names def test_ssid_vlan_in_the_absence_of_radius_vlan_identifier_2g_wpa3(self, get_vif_state, lf_tools, get_lf_logs, get_ap_logs, create_lanforge_chamberview_dut, lf_test, get_configuration, @@ -118,11 +114,7 @@ class TestDynamicVlan2GWpa3(object): @pytest.mark.wpa3_enterprise @pytest.mark.twog @allure.testcase(name="test_dynamic_invalid_vlan", -<<<<<<< HEAD url="https://telecominfraproject.atlassian.net/browse/WIFI-6097") -======= - url="https://telecominfraproject.atlassian.net/browse/WIFI-5706") ->>>>>>> Changed class and function names def test_dynamic_invalid_vlan_2g_wpa3(self, get_vif_state, lf_tools, get_lf_logs, get_ap_logs, create_lanforge_chamberview_dut, lf_test, get_configuration, station_names_twog): @@ -187,11 +179,7 @@ class TestDynamicVlan2GWpa3(object): @pytest.mark.wpa3_enterprise @pytest.mark.twog @allure.testcase(name="test_radius_vlan_info_retained_after_periodic_reauthentication", -<<<<<<< HEAD url="https://telecominfraproject.atlassian.net/browse/WIFI-6098") -======= - url="https://telecominfraproject.atlassian.net/browse/WIFI-5707") ->>>>>>> Changed class and function names def test_radius_vlan_info_retained_after_periodic_reauthentication_2g_wpa3(self, get_vif_state, lf_tools, get_lf_logs, get_ap_logs, create_lanforge_chamberview_dut, lf_test, @@ -275,11 +263,7 @@ class TestDynamicVlan2GWpa3(object): @pytest.mark.wpa3_enterprise @pytest.mark.twog @allure.testcase(name="test_ssid_vlan_used_in_absence_of_radius_vlan", -<<<<<<< HEAD url="https://telecominfraproject.atlassian.net/browse/WIFI-6100") -======= - url="https://telecominfraproject.atlassian.net/browse/WIFI-5708") ->>>>>>> Changed class and function names def test_ssid_vlan_used_in_absence_of_radius_vlan_2g_wpa3(self, get_vif_state, lf_tools, get_lf_logs, get_ap_logs, create_lanforge_chamberview_dut, lf_test, get_configuration, station_names_twog): @@ -400,11 +384,7 @@ class TestDynamicVlan2GWpa3(object): @pytest.mark.wpa3_enterprise @pytest.mark.twog @allure.testcase(name="test_outof_bound_vlanid", -<<<<<<< HEAD url="https://telecominfraproject.atlassian.net/browse/WIFI-6103") -======= - url="https://telecominfraproject.atlassian.net/browse/WIFI-5711") ->>>>>>> Changed class and function names def test_out_of_bound_vlanid_2g_wpa3(self, get_vif_state, lf_tools, get_lf_logs, get_ap_logs, create_lanforge_chamberview_dut, lf_test, get_configuration, station_names_twog): @@ -450,11 +430,7 @@ class TestDynamicVlan2GWpa3(object): @pytest.mark.wpa3_enterprise @pytest.mark.twog @allure.testcase(name="test_client_association_ap_with_dynamic_vlan", -<<<<<<< HEAD url="https://telecominfraproject.atlassian.net/browse/WIFI-6104") -======= - url="https://telecominfraproject.atlassian.net/browse/WIFI-5712") ->>>>>>> Changed class and function names def test_client_association_ap_with_dynamic_vlan_2g_wpa3(self, get_vif_state, lf_tools, get_ap_logs, get_lf_logs, create_lanforge_chamberview_dut, lf_test, get_configuration, station_names_twog): @@ -524,11 +500,7 @@ class TestDynamicVlan2GWpa3(object): @pytest.mark.wpa3_enterprise @pytest.mark.twog @allure.testcase(name="test_subsequent_user_for_same_user_account", -<<<<<<< HEAD url="https://telecominfraproject.atlassian.net/browse/WIFI-6105") -======= - url="https://telecominfraproject.atlassian.net/browse/WIFI-5713") ->>>>>>> Changed class and function names def test_subsequent_user_for_same_user_account_2g_wpa3(self, get_vif_state, lf_tools, get_lf_logs, get_ap_logs, create_lanforge_chamberview_dut, lf_test, @@ -603,11 +575,7 @@ class TestDynamicVlan2GWpa3(object): @pytest.mark.wpa3_enterprise @pytest.mark.twog @allure.testcase(name="test_subsequent_user_for_different_user_account_vlan", -<<<<<<< HEAD url="https://telecominfraproject.atlassian.net/browse/WIFI-6106") -======= - url="https://telecominfraproject.atlassian.net/browse/WIFI-5714") ->>>>>>> Changed class and function names def test_subsequent_user_for_different_user_account_2g_wpa3(self, get_vif_state, lf_tools, get_lf_logs, get_ap_logs, create_lanforge_chamberview_dut, lf_test, @@ -679,4 +647,3 @@ class TestDynamicVlan2GWpa3(object): lf_tools.admin_up_down([station_list[sta]], option="up") time.sleep(5) -