mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 12:27:53 +00:00
Update all DVLAN testcases to use vlan100
Signed-off-by: bhargavi-ct <bhargavimamidipaka@candelatech.com>
This commit is contained in:
@@ -342,7 +342,7 @@ setup_params_general = {
|
|||||||
"security_key": "something",
|
"security_key": "something",
|
||||||
"radius_auth_data": DYNAMIC_VLAN_RADIUS_SERVER_DATA,
|
"radius_auth_data": DYNAMIC_VLAN_RADIUS_SERVER_DATA,
|
||||||
"radius_acc_data": DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA,
|
"radius_acc_data": DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA,
|
||||||
"vlan": 300
|
"vlan": 100
|
||||||
}]},
|
}]},
|
||||||
"rf": {},
|
"rf": {},
|
||||||
"radius": True
|
"radius": True
|
||||||
@@ -386,7 +386,7 @@ class TestDynamicVlan2GWpa2SuiteB(object):
|
|||||||
security = "wpa2"
|
security = "wpa2"
|
||||||
extra_secu = []
|
extra_secu = []
|
||||||
band = "twog"
|
band = "twog"
|
||||||
vlan = [300]
|
vlan = [100]
|
||||||
ttls_passwd = "passwordvlannotsentuser"
|
ttls_passwd = "passwordvlannotsentuser"
|
||||||
eap = "TTLS"
|
eap = "TTLS"
|
||||||
identity = "vlannotsentuser"
|
identity = "vlannotsentuser"
|
||||||
@@ -444,7 +444,7 @@ class TestDynamicVlan2GWpa2SuiteB(object):
|
|||||||
security = "wpa2"
|
security = "wpa2"
|
||||||
extra_secu = []
|
extra_secu = []
|
||||||
band = "twog"
|
band = "twog"
|
||||||
vlan = [300]
|
vlan = [100]
|
||||||
ttls_passwd = "passwordinvalidvlanuser"
|
ttls_passwd = "passwordinvalidvlanuser"
|
||||||
eap = "TTLS"
|
eap = "TTLS"
|
||||||
identity = "invalidvlanuser"
|
identity = "invalidvlanuser"
|
||||||
@@ -501,7 +501,7 @@ class TestDynamicVlan2GWpa2SuiteB(object):
|
|||||||
security = "wpa2"
|
security = "wpa2"
|
||||||
extra_secu = []
|
extra_secu = []
|
||||||
band = "twog"
|
band = "twog"
|
||||||
vlan = [300]
|
vlan = [100]
|
||||||
ttls_passwd = "passwordvlannotsentuser"
|
ttls_passwd = "passwordvlannotsentuser"
|
||||||
eap = "TTLS"
|
eap = "TTLS"
|
||||||
identity = "vlannotsentuser"
|
identity = "vlannotsentuser"
|
||||||
|
|||||||
@@ -337,7 +337,7 @@ setup_params_general = {
|
|||||||
"security_key": "something",
|
"security_key": "something",
|
||||||
"radius_auth_data": DYNAMIC_VLAN_RADIUS_SERVER_DATA,
|
"radius_auth_data": DYNAMIC_VLAN_RADIUS_SERVER_DATA,
|
||||||
"radius_acc_data": DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA,
|
"radius_acc_data": DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA,
|
||||||
"vlan": 300
|
"vlan": 100
|
||||||
}]},
|
}]},
|
||||||
"rf": {},
|
"rf": {},
|
||||||
"radius": True
|
"radius": True
|
||||||
@@ -375,7 +375,7 @@ class TestDynamicVlan5GWpa3SuiteB(object):
|
|||||||
extra_secu = []
|
extra_secu = []
|
||||||
band = "fiveg"
|
band = "fiveg"
|
||||||
mode = "VLAN"
|
mode = "VLAN"
|
||||||
vlan = [300]
|
vlan = [100]
|
||||||
ttls_passwd = "passwordvlannotsentuser"
|
ttls_passwd = "passwordvlannotsentuser"
|
||||||
eap = "TTLS"
|
eap = "TTLS"
|
||||||
identity = "vlannotsentuser"
|
identity = "vlannotsentuser"
|
||||||
@@ -430,7 +430,7 @@ class TestDynamicVlan5GWpa3SuiteB(object):
|
|||||||
extra_secu = []
|
extra_secu = []
|
||||||
band = "fiveg"
|
band = "fiveg"
|
||||||
mode = "VLAN"
|
mode = "VLAN"
|
||||||
vlan = [300]
|
vlan = [100]
|
||||||
ttls_passwd = "passwordinvalidvlanuser"
|
ttls_passwd = "passwordinvalidvlanuser"
|
||||||
eap = "TTLS"
|
eap = "TTLS"
|
||||||
identity = "invalidvlanuser"
|
identity = "invalidvlanuser"
|
||||||
@@ -484,7 +484,7 @@ class TestDynamicVlan5GWpa3SuiteB(object):
|
|||||||
extra_secu = []
|
extra_secu = []
|
||||||
band = "fiveg"
|
band = "fiveg"
|
||||||
mode = "VLAN"
|
mode = "VLAN"
|
||||||
vlan = [300]
|
vlan = [100]
|
||||||
ttls_passwd = "passwordvlannotsentuser"
|
ttls_passwd = "passwordvlannotsentuser"
|
||||||
eap = "TTLS"
|
eap = "TTLS"
|
||||||
identity = "vlannotsentuser"
|
identity = "vlannotsentuser"
|
||||||
|
|||||||
@@ -338,7 +338,7 @@ setup_params_general = {
|
|||||||
"security_key": "something",
|
"security_key": "something",
|
||||||
"radius_auth_data": DYNAMIC_VLAN_RADIUS_SERVER_DATA,
|
"radius_auth_data": DYNAMIC_VLAN_RADIUS_SERVER_DATA,
|
||||||
"radius_acc_data": DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA,
|
"radius_acc_data": DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA,
|
||||||
"vlan": 300
|
"vlan": 100
|
||||||
}]},
|
}]},
|
||||||
"rf": {},
|
"rf": {},
|
||||||
"radius": True
|
"radius": True
|
||||||
@@ -378,7 +378,7 @@ class TestDynamicVlan2GWpa3SuiteB(object):
|
|||||||
security = "wpa3"
|
security = "wpa3"
|
||||||
extra_secu = []
|
extra_secu = []
|
||||||
band = "twog"
|
band = "twog"
|
||||||
vlan = [300]
|
vlan = [100]
|
||||||
ttls_passwd = "passwordvlannotsentuser"
|
ttls_passwd = "passwordvlannotsentuser"
|
||||||
eap = "TTLS"
|
eap = "TTLS"
|
||||||
identity = "vlannotsentuser"
|
identity = "vlannotsentuser"
|
||||||
@@ -436,7 +436,7 @@ class TestDynamicVlan2GWpa3SuiteB(object):
|
|||||||
security = "wpa3"
|
security = "wpa3"
|
||||||
extra_secu = []
|
extra_secu = []
|
||||||
band = "twog"
|
band = "twog"
|
||||||
vlan = [300]
|
vlan = [100]
|
||||||
ttls_passwd = "passwordinvalidvlanuser"
|
ttls_passwd = "passwordinvalidvlanuser"
|
||||||
eap = "TTLS"
|
eap = "TTLS"
|
||||||
identity = "invalidvlanuser"
|
identity = "invalidvlanuser"
|
||||||
@@ -493,7 +493,7 @@ class TestDynamicVlan2GWpa3SuiteB(object):
|
|||||||
security = "wpa3"
|
security = "wpa3"
|
||||||
extra_secu = []
|
extra_secu = []
|
||||||
band = "twog"
|
band = "twog"
|
||||||
vlan = [300]
|
vlan = [100]
|
||||||
ttls_passwd = "passwordvlannotsentuser"
|
ttls_passwd = "passwordvlannotsentuser"
|
||||||
eap = "TTLS"
|
eap = "TTLS"
|
||||||
identity = "vlannotsentuser"
|
identity = "vlannotsentuser"
|
||||||
|
|||||||
Reference in New Issue
Block a user