summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sdnvpn/test/functest/run_sdnvpn_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnvpn/test/functest/run_sdnvpn_tests.py b/sdnvpn/test/functest/run_sdnvpn_tests.py
index a031884..1a1d8f3 100644
--- a/sdnvpn/test/functest/run_sdnvpn_tests.py
+++ b/sdnvpn/test/functest/run_sdnvpn_tests.py
@@ -114,7 +114,7 @@ class SdnvpnFunctest(base.Feature):
except Exception as ex:
self.__logger.error(('Something went wrong in the Log gathering.'
'Ex: %s, Trace: %s')
- % ex, traceback.format_exc())
+ % (ex, traceback.format_exc()))
if overall_status == "PASS":
self.result = 100