Remove install_test_packages variable
With https://review.openstack.org/381479 merged, setting this variable in tox.ini via an extra var is unnecessary. Change-Id: I17484a1ecf6eeb636f237ae2a67566da1038ce23
This commit is contained in:
parent
dbef98195c
commit
8a7dca54e5
2
tox.ini
2
tox.ini
@ -131,7 +131,6 @@ commands =
|
||||
{[testenv:ansible]commands}
|
||||
ansible-playbook -i {toxinidir}/tests/inventory \
|
||||
-e @{toxinidir}/tests/nova-overrides.yml \
|
||||
-e "install_test_packages=True" \
|
||||
{toxinidir}/tests/test.yml -vvvv
|
||||
{[testenv:func_logs]commands}
|
||||
|
||||
@ -152,7 +151,6 @@ commands =
|
||||
ansible-playbook -i {toxinidir}/tests/inventory \
|
||||
-e @{toxinidir}/tests/nova-overrides.yml \
|
||||
-e @{toxinidir}/tests/nova-overrides-lxd.yml \
|
||||
-e "install_test_packages=True" \
|
||||
{toxinidir}/tests/test.yml -vvvv
|
||||
{[testenv:func_logs]commands}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user