mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-07 14:18:05 +00:00
lfcli_base.py : Chamberview tests will snow 0 results which is not an error
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
f3233366db
commit
722e24593a
@@ -503,7 +503,7 @@ class LFCliBase:
|
||||
pass_counter = 0
|
||||
fail_counter = 0
|
||||
if len(self.test_results) < 1:
|
||||
logger.error("passes: zero test results")
|
||||
logger.error("passes: zero test results, Chamberview tests will show zero test results so not an error")
|
||||
for result in self.test_results:
|
||||
logger.debug("test_result: %s" % result)
|
||||
if result.startswith("PASS"):
|
||||
|
||||
Reference in New Issue
Block a user