From: Cédric Ollivier Date: Sun, 4 Mar 2018 10:56:30 +0000 (+0100) Subject: Return all status when running tiers X-Git-Tag: 0.22 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F53053%2F1;p=functest-xtesting.git Return all status when running tiers Change-Id: I31a062304d47c055c14e5afe8f560c3048b071f4 Signed-off-by: Cédric Ollivier --- diff --git a/xtesting/ci/run_tests.py b/xtesting/ci/run_tests.py index 65e45db1..ff100334 100644 --- a/xtesting/ci/run_tests.py +++ b/xtesting/ci/run_tests.py @@ -192,8 +192,7 @@ class Runner(object): test_case = self.executed_test_cases[test.get_name()] if test_case.is_successful() != testcase.TestCase.EX_OK: LOGGER.error("The test case '%s' failed.", test.get_name()) - if test.get_project() == "xtesting": - self.overall_result = Result.EX_ERROR + self.overall_result = Result.EX_ERROR if test.is_blocking(): raise BlockingTestFailed( "The test case {} failed and is blocking".format(