changed key_mgmt param value

Signed-off-by: karthikaeyetea <karthika.subramani@candelatech.com>
This commit is contained in:
karthikaeyetea
2022-04-26 14:17:23 +05:30
parent 2b9e1a7c5f
commit 16b11231c6
2 changed files with 2 additions and 37 deletions

View File

@@ -68,7 +68,7 @@ class TestDynamicVlanOverSsid5GWpa3(object):
lf_test.EAP_Connect(ssid=ssid_5G, passkey="[BLANK]", security="wpa3", extra_securities=[],
mode=mode, band="fiveg", vlan_id=vlan[0],
station_name=station_names_fiveg, key_mgmt="WPA-EAP",
station_name=station_names_fiveg, key_mgmt="WPA-EAP-SHA256",
pairwise="NA", group="NA", wpa_psk="DEFAULT",
ttls_passwd="passwordB", ieee80211w=0,
wep_key="NA", ca_cert="NA", eap="TTLS", identity="userB", d_vlan=True)

View File

@@ -330,11 +330,7 @@ class TestDynamicVlan2GWpa3(object):
@pytest.mark.wpa3_enterprise
@pytest.mark.twog
@allure.testcase(name="test_dynamic_unsupported_vlan",
<<<<<<< HEAD
url="https://telecominfraproject.atlassian.net/browse/WIFI-6102")
=======
url="https://telecominfraproject.atlassian.net/browse/WIFI-5710")
>>>>>>> Created testcases for WAP3_eap security
def test_dynamic_unsupported_vlan(self, get_vif_state, lf_tools,
create_lanforge_chamberview_dut, lf_test, get_configuration,
station_names_twog):
@@ -355,11 +351,7 @@ class TestDynamicVlan2GWpa3(object):
lf_test.EAP_Connect(ssid=ssid_2G, passkey="[BLANK]", security="wpa2", extra_securities=[],
mode=mode, band="twog", vlan_id=100,
<<<<<<< HEAD
station_name=station_names_twog, key_mgmt="WPA-EAP-SHA256",
=======
station_name=station_names_twog, key_mgmt="WPA-EAP",
>>>>>>> Created testcases for WAP3_eap security
pairwise="NA", group="NA", wpa_psk="DEFAULT",
ttls_passwd="passwordinvalidvlanuser", ieee80211w=0,
wep_key="NA", ca_cert="NA", eap="TTLS", identity="invalidvlanuser", d_vlan=True)
@@ -392,13 +384,8 @@ 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")
def test_out_of_bound_vlanid_2g_wpa3(self, get_vif_state, lf_tools, get_lf_logs, get_ap_logs,
=======
url="https://telecominfraproject.atlassian.net/browse/WIFI-5711")
def test_out_of_bound_vlanid(self, get_vif_state, lf_tools, get_lf_logs, get_ap_logs,
>>>>>>> Created testcases for WAP3_eap security
create_lanforge_chamberview_dut, lf_test, get_configuration,
station_names_twog):
"""
@@ -443,13 +430,8 @@ 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")
def test_client_association_ap_with_dynamic_vlan_2g_wpa3(self, get_vif_state, lf_tools, get_ap_logs, get_lf_logs,
=======
url="https://telecominfraproject.atlassian.net/browse/WIFI-5712")
def test_client_association_ap_with_dynamic_vlan(self, get_vif_state, lf_tools, get_ap_logs, get_lf_logs,
>>>>>>> Created testcases for WAP3_eap security
create_lanforge_chamberview_dut, lf_test, get_configuration,
station_names_twog):
"""
@@ -518,13 +500,8 @@ 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")
def test_subsequent_user_for_same_user_account_2g_wpa3(self, get_vif_state, lf_tools, get_lf_logs,
=======
url="https://telecominfraproject.atlassian.net/browse/WIFI-5713")
def test_subsequent_user_for_same_user_account(self, get_vif_state, lf_tools, get_lf_logs,
>>>>>>> Created testcases for WAP3_eap security
get_ap_logs,
create_lanforge_chamberview_dut, lf_test,
get_configuration,
@@ -555,11 +532,7 @@ class TestDynamicVlan2GWpa3(object):
for m in range(0, len(station_list)):
lf_test.EAP_Connect(ssid=ssid_2G, passkey="[BLANK]", security="wpa3", extra_securities=[],
mode=mode, band="twog", vlan_id=100,
<<<<<<< HEAD
station_name=[station_list[m]], key_mgmt="WPA-EAP-SHA256",
=======
station_name=[station_list[m]], key_mgmt="WPA-EAP",
>>>>>>> Created testcases for WAP3_eap security
pairwise="NA", group="NA", wpa_psk="DEFAULT",
ttls_passwd="passwordA", ieee80211w=0,
wep_key="NA", ca_cert="NA", eap="TTLS", identity="userA", d_vlan=True, cleanup=False)
@@ -602,13 +575,8 @@ 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")
def test_subsequent_user_for_different_user_account_2g_wpa3(self, get_vif_state, lf_tools, get_lf_logs,
=======
url="https://telecominfraproject.atlassian.net/browse/WIFI-5714")
def test_subsequent_user_for_different_user_account(self, get_vif_state, lf_tools, get_lf_logs,
>>>>>>> Created testcases for WAP3_eap security
get_ap_logs,
create_lanforge_chamberview_dut, lf_test,
get_configuration,
@@ -639,11 +607,7 @@ class TestDynamicVlan2GWpa3(object):
for user_id, user_pass, sta in zip(dynamic_vlan_user, dynamic_vlan_pass, range(0, len(station_list))):
lf_test.EAP_Connect(ssid=ssid_2G, passkey="[BLANK]", security="wpa3", extra_securities=[],
mode=mode, band="twog", vlan_id=vlan[sta],
<<<<<<< HEAD
station_name=[station_list[sta]], key_mgmt="WPA-EAP-SHA256",
=======
station_name=[station_list[sta]], key_mgmt="WPA-EAP",
>>>>>>> Created testcases for WAP3_eap security
pairwise="NA", group="NA", wpa_psk="DEFAULT",
ttls_passwd=user_pass, ieee80211w=0,
wep_key="NA", ca_cert="NA", eap="TTLS", identity=user_id, d_vlan=True, cleanup=False)
@@ -682,3 +646,4 @@ class TestDynamicVlan2GWpa3(object):
assert False
lf_tools.admin_up_down([station_list[sta]], option="up")
time.sleep(5)