Merge branch 'master' of github.com:greearb/lanforge-scripts

This commit is contained in:
Jed Reynolds
2020-06-10 21:09:49 -07:00
4 changed files with 615 additions and 0 deletions

View File

@@ -499,8 +499,17 @@ Example:
staConnect.dut_ssid = args.dut_ssid
staConnect.run()
run_results = staConnect.get_result_list()
is_passing = staConnect.passes()
if is_passing == False:
print("FAIL: Some tests failed")
else:
print("PASS: All tests pass")
print(staConnect.get_all_message())
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -