Update test-vars.yml for repositories
Renamed in os_designate role repo Changed test-vars.yml to os_designate-overrides.yml Removed the test-vars.yml file Change-Id: Ic3d5c3094d96cf0026564fcc8407157dfc87cec4 Partial-Bug: #1629284
This commit is contained in:
parent
9d0f1bca59
commit
0f286a07a9
@ -24,4 +24,3 @@
|
|||||||
{{ tempest_venv_bin | dirname }}/run_tempest.sh --no-virtual-env --serial designate_tempest_plugin.tests.scenario.v2.test_zones
|
{{ tempest_venv_bin | dirname }}/run_tempest.sh --no-virtual-env --serial designate_tempest_plugin.tests.scenario.v2.test_zones
|
||||||
vars_files:
|
vars_files:
|
||||||
- common/test-vars.yml
|
- common/test-vars.yml
|
||||||
- test-vars.yml
|
|
||||||
|
@ -97,7 +97,6 @@
|
|||||||
- role: "os_designate"
|
- role: "os_designate"
|
||||||
vars_files:
|
vars_files:
|
||||||
- common/test-vars.yml
|
- common/test-vars.yml
|
||||||
- test-vars.yml
|
|
||||||
|
|
||||||
|
|
||||||
- name: Import pools
|
- name: Import pools
|
||||||
@ -115,4 +114,3 @@
|
|||||||
{{ designate_bin }}/designate-manage pool update --file /etc/designate/pools.yaml
|
{{ designate_bin }}/designate-manage pool update --file /etc/designate/pools.yaml
|
||||||
vars_files:
|
vars_files:
|
||||||
- common/test-vars.yml
|
- common/test-vars.yml
|
||||||
- test-vars.yml
|
|
||||||
|
@ -21,4 +21,3 @@
|
|||||||
- role: "os_tempest"
|
- role: "os_tempest"
|
||||||
vars_files:
|
vars_files:
|
||||||
- common/test-vars.yml
|
- common/test-vars.yml
|
||||||
- test-vars.yml
|
|
||||||
|
1
tox.ini
1
tox.ini
@ -136,6 +136,7 @@ deps =
|
|||||||
commands =
|
commands =
|
||||||
{[testenv:ansible]commands}
|
{[testenv:ansible]commands}
|
||||||
ansible-playbook -i {toxinidir}/tests/inventory \
|
ansible-playbook -i {toxinidir}/tests/inventory \
|
||||||
|
-e @{toxinidir}/tests/os_designate-overrides.yml \
|
||||||
{toxinidir}/tests/test.yml -vvvv
|
{toxinidir}/tests/test.yml -vvvv
|
||||||
{[testenv:func_logs]commands}
|
{[testenv:func_logs]commands}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user