From 438600edbe022ae22200f909b4a344e9d50d7465 Mon Sep 17 00:00:00 2001 From: grakiss Date: Thu, 10 Aug 2017 10:03:13 +0800 Subject: create a tar file for logs JIRA: DOVETAIL-479 User may want to upload all logs along with the results, so others may check the running logs to make sure what' s going on during the test. Change-Id: Ice906264bbdf091d3353d6d2e146653aeb057f5f Signed-off-by: grakiss --- dovetail/run.py | 1 + 1 file changed, 1 insertion(+) (limited to 'dovetail/run.py') diff --git a/dovetail/run.py b/dovetail/run.py index 7515023b..01111dd3 100755 --- a/dovetail/run.py +++ b/dovetail/run.py @@ -276,6 +276,7 @@ def main(*args, **kwargs): duration = run_test(testsuite_yaml, testarea, logger) if dt_cfg.dovetail_config['report_dest'] == "file": Report.generate(testsuite_yaml, testarea, duration) + Report.save_logs() else: logger.error('Invalid input commands, testsuite {} testarea {}' .format(kwargs['testsuite'], testarea)) -- cgit 1.2.3-korg