From 9e2b2ea3e1122b709bd9ed7503a6beefe2164df1 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 --- .../wpa3_enterprise/fiveg/test_dynamic_over_ssid_fiveg_wpa3.py | 1 - .../wpa3_enterprise/fiveg/test_dynamic_vlan_fiveg_wpa3.py | 1 - .../wpa3_enterprise/twog/test_dynamic_over_ssid_twog_wpa3.py | 1 - .../wpa3_enterprise/twog/test_dynamic_vlan_twog_wpa3.py | 1 - 4 files changed, 4 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 3d7502fc4..3bf18fedf 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,4 +111,3 @@ 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 05dcaea05..85ec494ff 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,4 +647,3 @@ 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 7c4be499f..b138a4ffa 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,4 +111,3 @@ 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 140549875..2463721a6 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 @@ -646,4 +646,3 @@ class TestDynamicVlan2GWpa3(object): assert False lf_tools.admin_up_down([station_list[sta]], option="up") time.sleep(5) -