mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
sta_connect.py : added staConnect.exit_fail(), staConnect.exit_success()
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
fb46a2ea64
commit
d07946133e
@@ -542,9 +542,9 @@ Example:
|
||||
print(staConnect.get_all_message())
|
||||
|
||||
if not staConnect.passes():
|
||||
print("FAIL: Some tests failed")
|
||||
staConnect.exit_fail()
|
||||
else:
|
||||
print("PASS: All tests pass")
|
||||
staConnect.exit_success()
|
||||
|
||||
print(staConnect.get_all_message())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user