Add sanity test cases to Octavia workflow
So far we didn't have any sanity test cases running for Octavia-Tobiko. Sanity test cases should fail in the early stages (or before any complex tests), which may allow us to find critical errors very early, without even start debugging more complicated test cases. Change-Id: Ic5e1f15dfe8c7ecc30faf667aca3610547d8264a
This commit is contained in:
parent
e5193d86db
commit
308c8fd77d
@ -9,7 +9,13 @@ test_workflow_steps:
|
||||
|
||||
- tox_description: 'run Octavia disruptive test cases'
|
||||
tox_envlist: octavia_faults
|
||||
tox_step_name: octavia_faults
|
||||
tox_step_name: verify_octavia_faults
|
||||
|
||||
- tox_description: 'run sanity test cases after disruptive test cases'
|
||||
tox_envlist: sanity
|
||||
tox_step_name: verify_services_after_faults
|
||||
tox_environment:
|
||||
TOBIKO_PREVENT_CREATE: no
|
||||
|
||||
- tox_description: 'verify Octavia resources'
|
||||
tox_envlist: octavia
|
||||
|
Loading…
Reference in New Issue
Block a user