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:
Ben Greear
2021-02-17 16:07:26 -08:00
parent d9ec4ddcae
commit 8305de5644

View File

@@ -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"