Fix the argument error 99/43399/1
authorLinda Wang <wangwulin@huawei.com>
Thu, 28 Sep 2017 07:08:46 +0000 (07:08 +0000)
committerLinda Wang <wangwulin@huawei.com>
Thu, 28 Sep 2017 07:09:50 +0000 (07:09 +0000)
Change-Id: Idc4ba350a8bf77ec555109ad4e7a2649e2b0880d
Signed-off-by: Linda Wang <wangwulin@huawei.com>
sdnvpn/test/functest/run_sdnvpn_tests.py

index 140256d..52a6994 100644 (file)
@@ -89,7 +89,7 @@ class SdnvpnFunctest(testcase.TestCase):
         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