Tempest and SNAPS not pushing results to DB in case of FAIL 07/27807/2
authorMorgan Richomme <morgan.richomme@orange.com>
Tue, 31 Jan 2017 17:05:48 +0000 (18:05 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Tue, 31 Jan 2017 17:14:15 +0000 (18:14 +0100)
commit11a4c6611bd758c82dbb98f426f40204b3bd2817
tree5cf046654bd97cb4e688cb966b38522c3a4fc7a0
parent3976ba7e348a6eef3a114fab4f5af57325e292e2
Tempest and SNAPS not pushing results to DB in case of FAIL

this problem was due to the fact that we add exit condition
EX_ERROR when the result was FAIL

EX_ERROR shall be used as exit condition when there is an
execution error, i.e the test case cannot be run

if it can be run, there is no execution error
the result can be PASS or FAIL, but from the CI, execution is OK

JIRA: FUNCTEST-714

Change-Id: Id434bb9aa88b50277c40c717259304f26f7b3966
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
functest/core/pytest_suite_runner.py
functest/opnfv_tests/openstack/rally/rally.py
functest/opnfv_tests/openstack/tempest/tempest.py