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:
Jesse Pretorius 2016-10-04 11:42:26 +01:00
parent dbef98195c
commit 8a7dca54e5

View File

@ -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}