Allow calling a skip test 55/60655/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 7 Aug 2018 03:06:23 +0000 (05:06 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 7 Aug 2018 03:36:44 +0000 (05:36 +0200)
commit0b69c9ee6ca5188045a5927b41fa2666555631d9
tree2cf85f3684156d52c57ced195066c18172b14497
parent12217df35b64528f786d3548ca2353907b2b6ebb
Allow calling a skip test

run_tests shouldn't return an incorrect value if the test is skipped.
Else it simply forbids running tests in parallel (one test per
thread).

Change-Id: I07efca28dbf6cf1c29ec8e5c999e38cfe3ad0aad
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
xtesting/ci/run_tests.py
xtesting/ci/tier_handler.py
xtesting/tests/unit/ci/test_tier_builder.py