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 d431b99e05
commit 9e2b2ea3e1
4 changed files with 0 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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