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:
parent
dd90abdd65
commit
3bcce0d058
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user