Update all DVLAN testcases to use vlan100

Signed-off-by: bhargavi-ct <bhargavimamidipaka@candelatech.com>
This commit is contained in:
bhargavi-ct
2025-10-06 17:36:07 +05:30
parent f098ad4793
commit ab02835b56
3 changed files with 12 additions and 12 deletions

View File

@@ -342,7 +342,7 @@ setup_params_general = {
"security_key": "something",
"radius_auth_data": DYNAMIC_VLAN_RADIUS_SERVER_DATA,
"radius_acc_data": DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA,
"vlan": 300
"vlan": 100
}]},
"rf": {},
"radius": True
@@ -386,7 +386,7 @@ class TestDynamicVlan2GWpa2SuiteB(object):
security = "wpa2"
extra_secu = []
band = "twog"
vlan = [300]
vlan = [100]
ttls_passwd = "passwordvlannotsentuser"
eap = "TTLS"
identity = "vlannotsentuser"
@@ -444,7 +444,7 @@ class TestDynamicVlan2GWpa2SuiteB(object):
security = "wpa2"
extra_secu = []
band = "twog"
vlan = [300]
vlan = [100]
ttls_passwd = "passwordinvalidvlanuser"
eap = "TTLS"
identity = "invalidvlanuser"
@@ -501,7 +501,7 @@ class TestDynamicVlan2GWpa2SuiteB(object):
security = "wpa2"
extra_secu = []
band = "twog"
vlan = [300]
vlan = [100]
ttls_passwd = "passwordvlannotsentuser"
eap = "TTLS"
identity = "vlannotsentuser"

View File

@@ -337,7 +337,7 @@ setup_params_general = {
"security_key": "something",
"radius_auth_data": DYNAMIC_VLAN_RADIUS_SERVER_DATA,
"radius_acc_data": DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA,
"vlan": 300
"vlan": 100
}]},
"rf": {},
"radius": True
@@ -375,7 +375,7 @@ class TestDynamicVlan5GWpa3SuiteB(object):
extra_secu = []
band = "fiveg"
mode = "VLAN"
vlan = [300]
vlan = [100]
ttls_passwd = "passwordvlannotsentuser"
eap = "TTLS"
identity = "vlannotsentuser"
@@ -430,7 +430,7 @@ class TestDynamicVlan5GWpa3SuiteB(object):
extra_secu = []
band = "fiveg"
mode = "VLAN"
vlan = [300]
vlan = [100]
ttls_passwd = "passwordinvalidvlanuser"
eap = "TTLS"
identity = "invalidvlanuser"
@@ -484,7 +484,7 @@ class TestDynamicVlan5GWpa3SuiteB(object):
extra_secu = []
band = "fiveg"
mode = "VLAN"
vlan = [300]
vlan = [100]
ttls_passwd = "passwordvlannotsentuser"
eap = "TTLS"
identity = "vlannotsentuser"

View File

@@ -338,7 +338,7 @@ setup_params_general = {
"security_key": "something",
"radius_auth_data": DYNAMIC_VLAN_RADIUS_SERVER_DATA,
"radius_acc_data": DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA,
"vlan": 300
"vlan": 100
}]},
"rf": {},
"radius": True
@@ -378,7 +378,7 @@ class TestDynamicVlan2GWpa3SuiteB(object):
security = "wpa3"
extra_secu = []
band = "twog"
vlan = [300]
vlan = [100]
ttls_passwd = "passwordvlannotsentuser"
eap = "TTLS"
identity = "vlannotsentuser"
@@ -436,7 +436,7 @@ class TestDynamicVlan2GWpa3SuiteB(object):
security = "wpa3"
extra_secu = []
band = "twog"
vlan = [300]
vlan = [100]
ttls_passwd = "passwordinvalidvlanuser"
eap = "TTLS"
identity = "invalidvlanuser"
@@ -493,7 +493,7 @@ class TestDynamicVlan2GWpa3SuiteB(object):
security = "wpa3"
extra_secu = []
band = "twog"
vlan = [300]
vlan = [100]
ttls_passwd = "passwordvlannotsentuser"
eap = "TTLS"
identity = "vlannotsentuser"