mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-30 02:22:44 +00:00
Fixed incorrect vlan id in mvlan wpa2_personal test (#775)
This commit is contained in:
committed by
GitHub
parent
821e60f363
commit
7a45a8c3c3
@@ -113,7 +113,7 @@ class TestMultiVlan(object):
|
||||
security = "wpa2"
|
||||
mode = "VLAN"
|
||||
band = "twog"
|
||||
vlan = [250]
|
||||
vlan = [200]
|
||||
|
||||
passes, result = get_test_library.client_connectivity_test(ssid=ssid_name, security=security,
|
||||
dut_data=setup_configuration,
|
||||
|
||||
Reference in New Issue
Block a user