Remove designate_faults testenv

The dir tobiko/tests/faults/designate does not exist yet and, due to
that, executing tox -e designate_faults fails

Change-Id: Ide13d70a784575acdafcf6e9ed1ff40de3a1e733
This commit is contained in:
Eduardo Olivares 2023-04-03 10:43:59 +02:00
parent 9a6c62f479
commit 3d6207b40e
2 changed files with 0 additions and 28 deletions

View File

@ -1,18 +0,0 @@
---
test_workflow_steps:
- tox_description: 'create Designate resources'
tox_envlist: designate
tox_step_name: create_designate_resources
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'run Designate disruptive test cases'
tox_envlist: designate_faults
tox_step_name: verify_designate_faults
- tox_description: 'verify Designate resources'
tox_envlist: designate
tox_step_name: verify_designate_resources
tox_environment:
TOBIKO_PREVENT_CREATE: yes

10
tox.ini
View File

@ -284,16 +284,6 @@ setenv =
OS_TEST_PATH = {toxinidir}/tobiko/tests/faults/octavia
[testenv:designate_faults]
basepython = {[integration]basepython}
envdir = {[integration]envdir}
passenv = {[integration]passenv}
setenv =
{[testenv:faults]setenv}
OS_TEST_PATH = {toxinidir}/tobiko/tests/faults/designate
[testenv:neutron_faults]
basepython = {[integration]basepython}