bug fix: no status returned at the end of a Tempest/Rally run
authorMorgan Richomme <morgan.richomme@orange.com>
Thu, 2 Feb 2017 09:06:59 +0000 (10:06 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Thu, 2 Feb 2017 09:06:59 +0000 (10:06 +0100)
commite1ae13717c12fad9a09e21e9a7f5ecf5721ec212
treec40c7da67dbd663dee2124beb4e654463d4b9149
parent3b1d262d0d035626d7a1345d538636f6945c90f4
bug fix: no status returned at the end of a Tempest/Rally run

the return shall only deal with test executed or not
it shall not return the criteria through a return statement
the criteria is managed with the criteria field
previous patch https://gerrit.opnfv.org/gerrit/#/c/27807
corrected the fact that we should not return the status of the test
which was preventing Failed results to be pushed
but it removed the return needed statement

JIRA: FUNCTEST-714

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