mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
lf_check.py : updated to check for error in stderr
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -976,7 +976,7 @@ blog: http://{blog}:2368
|
||||
background = self.background_purple
|
||||
|
||||
# Ghost will put data in stderr
|
||||
if 'ghost' in command:
|
||||
if 'ghost' in command or 'lf_qa' in command:
|
||||
if self.test_result != "TIMEOUT":
|
||||
text = open(stderr_log_txt).read()
|
||||
if 'Error' in text:
|
||||
|
Reference in New Issue
Block a user