mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
lf_check.py : check for subtest failures
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -1005,7 +1005,10 @@ NOTE: Diagrams are links in dashboard""".format(ip_qa=ip, qa_url=qa_url)
|
|||||||
# leave the space in after error to not pick up tx
|
# leave the space in after error to not pick up tx
|
||||||
# errors or rx errors
|
# errors or rx errors
|
||||||
elif 'error ' in text.lower():
|
elif 'error ' in text.lower():
|
||||||
self.test_result = "Test Fail"
|
self.test_result = "Test Errors"
|
||||||
|
background = self.background_red
|
||||||
|
elif 'tests failed':
|
||||||
|
self.test_result = "Tests Failed"
|
||||||
background = self.background_orange
|
background = self.background_orange
|
||||||
else:
|
else:
|
||||||
self.test_result = "Success"
|
self.test_result = "Success"
|
||||||
|
|||||||
Reference in New Issue
Block a user