Created testcases for WAP3_eap security

Signed-off-by: karthikaeyetea <karthika.subramani@candelatech.com>
This commit is contained in:
karthikaeyetea
2022-04-25 21:48:35 +05:30
parent 06ae5a5d55
commit 74f3e863d5
4 changed files with 4 additions and 0 deletions

View File

@@ -111,3 +111,4 @@ class TestDynamicVlanOverSsid5GWpa3(object):
elif not val:
print("Station ip not assigned as per dynamic vlan")
assert False

View File

@@ -647,3 +647,4 @@ class TestDynamicVlan5GWpa3(object):
assert False
lf_tools.admin_up_down([station_list[sta]], option="up")
time.sleep(5)

View File

@@ -111,3 +111,4 @@ class TestDynamicVlanOverSsid2GWpa3(object):
elif not val:
print("Station ip not assigned as per dynamic vlan")
assert False

View File

@@ -653,3 +653,4 @@ class TestDynamicVlan2GWpa3(object):
assert False
lf_tools.admin_up_down([station_list[sta]], option="up")
time.sleep(5)