Skip to content

Commit 575d9fa

Browse files
removed Not reporting to kpi file
Signed-off-by: jitendracandela <[email protected]>
1 parent 08d7f3d commit 575d9fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py-json/cv_test_manager.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ def create_and_run_test(self, load_old_cfg, test_name, instance_name, config_nam
363363
raise e # Exception("Could not find Reports")
364364
break
365365
else:
366-
print('Not reporting to kpi file')
366+
#print('Not reporting to kpi file')
367+
pass
367368

368369
# Of if test stopped for some reason and could not generate report.
369370
if not self.get_is_running(instance_name):

0 commit comments

Comments
 (0)