Code Review
/
sdnvpn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8a20b43
)
Fix the argument error
99/43399/1
author
Linda Wang
<wangwulin@huawei.com>
Thu, 28 Sep 2017 07:08:46 +0000
(07:08 +0000)
committer
Linda 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
patch
|
blob
|
history
diff --git
a/sdnvpn/test/functest/run_sdnvpn_tests.py
b/sdnvpn/test/functest/run_sdnvpn_tests.py
index
140256d
..
52a6994
100644
(file)
--- a/
sdnvpn/test/functest/run_sdnvpn_tests.py
+++ b/
sdnvpn/test/functest/run_sdnvpn_tests.py
@@
-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