mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
sta_connect: updated to have a results array
This commit is contained in:
@@ -24,7 +24,9 @@ def main():
|
||||
staConnect.dut_ssid = "jedway-wpa2-x2048-5-1"
|
||||
staConnect.dut_passwd = "jedway-wpa2-x2048-5-1"
|
||||
staConnect.run()
|
||||
|
||||
run_results = staConnect.get_result_list()
|
||||
for result in run_results:
|
||||
print("test result: "+result)
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user