Merge /home/greearb/git/tip/wlan-testing/lanforge/lanforge-scripts.tip

This commit is contained in:
Ben Greear
2020-06-12 14:15:41 -07:00
2 changed files with 502 additions and 0 deletions

View File

@@ -511,6 +511,14 @@ Example:
print(staConnect.get_all_message())
is_passing = staConnect.passes()
if is_passing == False:
print("FAIL: Some tests failed")
else:
print("PASS: All tests pass")
print(staConnect.get_all_message())
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -