Fixing argument error 13/52213/2
authorGeorg Kunz <georg.kunz@ericsson.com>
Thu, 28 Sep 2017 07:08:46 +0000 (07:08 +0000)
committerGeorg Kunz <georg.kunz@ericsson.com>
Thu, 15 Feb 2018 20:27:36 +0000 (21:27 +0100)
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>
sdnvpn/test/functest/run_sdnvpn_tests.py

index a031884..1a1d8f3 100644 (file)
@@ -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