From 035e52184fdd29b2bfb28d53b485310e27d74da6 Mon Sep 17 00:00:00 2001 From: Julia Marciano Date: Wed, 1 Jun 2022 19:19:41 +0300 Subject: [PATCH] Add Sanity tests to test-workflow-check-resources-faults.yaml. Change-Id: I7fe3c9a70bee62c439ee6545275cf97f00b7c314 --- .../vars/test-workflow-check-resources-faults.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/roles/tobiko-run/vars/test-workflow-check-resources-faults.yaml b/roles/tobiko-run/vars/test-workflow-check-resources-faults.yaml index 76e62bba5..cb2bbc2d9 100644 --- a/roles/tobiko-run/vars/test-workflow-check-resources-faults.yaml +++ b/roles/tobiko-run/vars/test-workflow-check-resources-faults.yaml @@ -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