Code Review
/
functest-xtesting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7bee47e
)
Initialize testcase results to EX_TESTCASE_FAILED
85/61085/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Mon, 20 Aug 2018 03:55:57 +0000
(
05:55
+0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Mon, 20 Aug 2018 03:56:56 +0000
(
05:56
+0200)
Else the testcase returns EX_OK if exceptions in __init__()
Change-Id: I5f23e91a3ecda22a429a006af56592ee86084038
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
xtesting/ci/run_tests.py
patch
|
blob
|
history
diff --git
a/xtesting/ci/run_tests.py
b/xtesting/ci/run_tests.py
index
3a3e685
..
c8e9966
100644
(file)
--- a/
xtesting/ci/run_tests.py
+++ b/
xtesting/ci/run_tests.py
@@
-146,7
+146,7
@@
class Runner(object):
msg.add_row([test.get_name(), test.get_project(), "00:00", "SKIP"])
LOGGER.info("Test result:\n\n%s\n", msg)
return testcase.TestCase.EX_TESTCASE_SKIPPED
- result = testcase.TestCase.EX_
RUN_ERROR
+ result = testcase.TestCase.EX_
TESTCASE_FAILED
run_dict = self.get_run_dict(test.get_name())
if run_dict:
try: