summaryrefslogtreecommitdiffstats
path: root/sdnvpn/test/functest/run_tests.py
diff options
context:
space:
mode:
authortomsou <soth@intracom-telecom.com>2017-07-24 14:02:00 +0000
committertomsou <soth@intracom-telecom.com>2017-07-24 14:17:31 +0000
commit7abb51066dc537f1277eef243539a5b511d3e3cd (patch)
treef8f5b962584a6070670df371b453fbffa854da48 /sdnvpn/test/functest/run_tests.py
parent38d1895faf9aaeefa6b64df6f4d149a00884b09b (diff)
Fix log gathering functionality
Some fixes on https://gerrit.opnfv.org/gerrit/#/c/37261/ JIRA: SDNVPN-170 Change-Id: I2f396f509181b45bfccb76fbfd904d7591000df9 Signed-off-by: tomsou <soth@intracom-telecom.com>
Diffstat (limited to 'sdnvpn/test/functest/run_tests.py')
-rw-r--r--sdnvpn/test/functest/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnvpn/test/functest/run_tests.py b/sdnvpn/test/functest/run_tests.py
index 1bffe67..e671264 100644
--- a/sdnvpn/test/functest/run_tests.py
+++ b/sdnvpn/test/functest/run_tests.py
@@ -97,7 +97,7 @@ def main(report=False):
gather_logs('overall')
except Exception as ex:
logger.error(('Something went wrong in the Log gathering.'
- 'Ex: Trace: %s')
+ 'Ex: %s, Trace: %s')
% ex, traceback.format_exc())
if overall_status == "FAIL":
sys.exit(-1)