Faults workflows run sanity tests only once before disruptions

Some test workflows executed sanity tests twice before disruptions:
first, before create resources; second, after create resources

Only one execution of sanity tests is necessary before disruptive tests
run

Change-Id: Ic8e3c89ee78d1e854351566aaec7c5d4e70278a8
This commit is contained in:
Eduardo Olivares 2022-11-24 13:35:20 +01:00
parent dd90abdd65
commit 3bcce0d058
2 changed files with 0 additions and 12 deletions

View File

@ -13,12 +13,6 @@ test_workflow_steps:
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'run sanity test cases before disruptive tests'
tox_envlist: neutron_sanity
tox_step_name: between
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'run disruptive test cases (neutron)'
tox_envlist: neutron_faults
tox_step_name: neutron_faults

View File

@ -13,12 +13,6 @@ test_workflow_steps:
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'run sanity test cases before disruptive tests'
tox_envlist: sanity
tox_step_name: between
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'run disruptive test cases'
tox_envlist: faults
tox_step_name: faults