89aee760c7
Change-Id: I45cd2f24f521f5be833d8a5b15249693f5083802
20 lines
447 B
YAML
20 lines
447 B
YAML
---
|
|
|
|
test_workflow_steps:
|
|
|
|
- tox_description: 'run functional test cases'
|
|
tox_envlist: functional
|
|
tox_step_name: functional
|
|
tox_environment:
|
|
TOBIKO_PREVENT_CREATE: yes
|
|
TOX_RERUNS: 2
|
|
TOX_RERUNS_DELAY: 60
|
|
|
|
- tox_description: 'check workload resources'
|
|
tox_envlist: scenario
|
|
tox_step_name: create_resources
|
|
tox_environment:
|
|
TOBIKO_PREVENT_CREATE: yes
|
|
TOX_RERUNS: 2
|
|
TOX_RERUNS_DELAY: 60
|