diff options
author | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2016-08-03 20:22:32 +0200 |
---|---|---|
committer | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2016-08-03 20:29:39 +0200 |
commit | a2ea4ad06112d5ac61d62a117b228ef30867ba60 (patch) | |
tree | 8797289c13e01998fdf1878653a07d612e1de4f9 /testcases/features/doctor.py | |
parent | 5f0d2316d91b40a6cf62b15b309b0c2e2d2f582c (diff) |
Set lnfo logging level for Doctor tests
JIRA: DOCTOR-63
Change-Id: Iaa8fb5989f69a8853c0e3e03ce87d58fb2d4309b
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Diffstat (limited to 'testcases/features/doctor.py')
-rwxr-xr-x | testcases/features/doctor.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testcases/features/doctor.py b/testcases/features/doctor.py index bdf3ddc35..184ab032b 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) |