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:
d81779d
)
Fixing argument error
13/52213/2
author
Georg Kunz
<georg.kunz@ericsson.com>
Thu, 28 Sep 2017 07:08:46 +0000
(07:08 +0000)
committer
Georg 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
patch
|
blob
|
history
diff --git
a/sdnvpn/test/functest/run_sdnvpn_tests.py
b/sdnvpn/test/functest/run_sdnvpn_tests.py
index
a031884
..
1a1d8f3
100644
(file)
--- 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