Merge "Add Sanity tests to test-workflow-check-resources-faults.yaml."

This commit is contained in:
Zuul 2022-06-08 02:44:28 +00:00 committed by Gerrit Code Review
commit b06403aa94
1 changed files with 12 additions and 0 deletions

View File

@ -1,10 +1,22 @@
---
test_workflow_steps:
- tox_description: 'run sanity test cases before disruptive tests'
tox_envlist: sanity
tox_step_name: before
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'run disruptive test cases'
tox_envlist: faults
tox_step_name: faults
- tox_description: 'run sanity test cases after disruptive tests'
tox_envlist: sanity
tox_step_name: after
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'verify workload resources'
tox_envlist: scenario
tox_step_name: verify_resources