From a2ea4ad06112d5ac61d62a117b228ef30867ba60 Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Wed, 3 Aug 2016 20:22:32 +0200 Subject: Set lnfo logging level for Doctor tests JIRA: DOCTOR-63 Change-Id: Iaa8fb5989f69a8853c0e3e03ce87d58fb2d4309b Signed-off-by: Carlos Goncalves --- testcases/features/doctor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testcases/features') diff --git a/testcases/features/doctor.py b/testcases/features/doctor.py index bdf3ddc3..184ab032 100755 --- a/testcases/features/doctor.py +++ b/testcases/features/doctor.py @@ -37,7 +37,8 @@ def main(): cmd = 'cd %s/tests && ./run.sh' % DOCTOR_REPO start_time = time.time() - ret = functest_utils.execute_command(cmd, logger, exit_on_error=False) + ret = functest_utils.execute_command(cmd, logger, info=True, + exit_on_error=False) stop_time = time.time() duration = round(stop_time - start_time, 1) -- cgit 1.2.3-korg