sta_connect: updated to have a results array

This commit is contained in:
Jed Reynolds
2020-06-04 13:32:20 -07:00
parent 29c18611da
commit e2e7e9240c
2 changed files with 23 additions and 11 deletions

View File

@@ -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)
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -