From a2f632467606d479ad0b44a1884b9a28d8f87106 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Thu, 28 Sep 2017 07:08:46 +0000 Subject: 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 --- sdnvpn/test/functest/run_sdnvpn_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg