diff --git a/roles/tobiko-run/vars/test-workflow-check-resources-faults.yaml b/roles/tobiko-run/vars/test-workflow-check-resources-faults.yaml new file mode 100644 index 000000000..8cb545d5c --- /dev/null +++ b/roles/tobiko-run/vars/test-workflow-check-resources-faults.yaml @@ -0,0 +1,11 @@ +--- + + - tox_description: 'run disruptive test cases' + tox_envlist: faults + tox_step_name: faults + + - tox_description: 'verify workload resources' + tox_envlist: scenario + tox_step_name: verify_resources + tox_environment: + TOBIKO_PREVENT_CREATE: yes