mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
edits
This commit is contained in:
@@ -365,8 +365,10 @@ class LFCliBase:
|
||||
if (fail_counter == 0) and (pass_counter > 0):
|
||||
return True
|
||||
return False
|
||||
#use this function to
|
||||
|
||||
|
||||
def failed(self):
|
||||
print(self.get_failed_result_list())
|
||||
print("Test failed. Exiting now.")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user