mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-16 10:05:06 +00:00
cv_test_manager.py : removed print statement for Not reporting to kpi file
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
fe86aa5724
commit
42cd9507dc
@@ -362,9 +362,6 @@ class cv_test(Realm):
|
||||
print("SCP failed, user %s, password %s, dest %s" % (lf_user, lf_password, lf_host))
|
||||
raise e # Exception("Could not find Reports")
|
||||
break
|
||||
else:
|
||||
#print('Not reporting to kpi file')
|
||||
pass
|
||||
|
||||
# Of if test stopped for some reason and could not generate report.
|
||||
if not self.get_is_running(instance_name):
|
||||
|
||||
Reference in New Issue
Block a user