summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2017-09-28 07:08:46 +0000
committerGeorg Kunz <georg.kunz@ericsson.com>2018-02-15 21:27:36 +0100
commita2f632467606d479ad0b44a1884b9a28d8f87106 (patch)
tree5def908353be1122870971a570b4010b47ebac16
parentd81779daee14b1567f4f4a0a55509c8ba35909d4 (diff)
Fixing argument error
Cherry-picking https://gerrit.opnfv.org/gerrit/#/c/43399/ to stable/euphrates for use in Dovetail. Change-Id: I871d73d2483919b4c3ef4929380c2501383dabce Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
-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