From 308c8fd77db3710dea5eef74e554d129a2a8a67f Mon Sep 17 00:00:00 2001 From: Omer Date: Thu, 21 Apr 2022 10:40:28 +0200 Subject: [PATCH] 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 --- roles/tobiko-run/vars/test-workflow-octavia-faults.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/roles/tobiko-run/vars/test-workflow-octavia-faults.yaml b/roles/tobiko-run/vars/test-workflow-octavia-faults.yaml index 77f900709..40439d8b7 100644 --- a/roles/tobiko-run/vars/test-workflow-octavia-faults.yaml +++ b/roles/tobiko-run/vars/test-workflow-octavia-faults.yaml @@ -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