Merge "Stop running faults test cases after the first failure"

This commit is contained in:
Zuul 2021-10-28 17:31:15 +00:00 committed by Gerrit Code Review
commit c2d66c2146
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ setenv =
OS_TEST_PATH = {toxinidir}/tobiko/tests/faults
TOX_NUM_PROCESSES = 1
PYTEST_TIMEOUT = 3600
RUN_TESTS_EXTRA_ARGS = --maxfail=1 {env:OS_TEST_PATH}
[testenv:octavia_faults]