mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 03:48:09 +00:00
nightly: Fix typo bug in radius logic.
Probably more is needed, next run I disabled radius again... Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
@@ -252,7 +252,7 @@ class NightlySanity:
|
||||
# Run Client Single Connectivity Test Cases for Bridge SSIDs
|
||||
# TC5214 - 2.4 GHz WPA2-Enterprise
|
||||
test_case = test_cases["2g_eap_" + mode]
|
||||
radio = lanforge_2g_radio
|
||||
radio = command_line_args.lanforge_2g_radio
|
||||
sta_list = [lanforge_prefix + "5214"]
|
||||
ssid_name = ssid_2g_eap;
|
||||
security = "wpa2"
|
||||
|
||||
Reference in New Issue
Block a user