mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
lf_check.py bug fix test_result correctly named
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -850,7 +850,7 @@ NOTE: Diagrams are links in dashboard""".format(ip_qa=ip, qa_url=qa_url)
|
||||
background = self.background_green
|
||||
else:
|
||||
# if stdout empty that is a failure also
|
||||
self.test_resut = "Failure"
|
||||
self.test_result = "Failure"
|
||||
background = self.background_red
|
||||
|
||||
# if there was a
|
||||
|
||||
Reference in New Issue
Block a user