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: Iccff155b386617c7f806d0043e88a1a3d51070f2
This commit is contained in:
Jesse Pretorius 2016-10-04 11:42:16 +01:00
parent cec9b07062
commit 320d326d33
1 changed files with 0 additions and 3 deletions

View File

@ -134,7 +134,6 @@ deps =
commands =
{[testenv:ansible]commands}
ansible-playbook -i {toxinidir}/tests/lxb_inventory \
-e "install_test_packages=True" \
{toxinidir}/tests/test.yml -vvvv
{[testenv:func_logs]commands}
@ -154,7 +153,6 @@ commands =
{[testenv:ansible]commands}
ansible-playbook -i {toxinidir}/tests/ovs_inventory \
-e @{toxinidir}/tests/neutron-overrides-ovs.yml \
-e "install_test_packages=True" \
{toxinidir}/tests/test.yml -vvvv
{[testenv:func_logs]commands}
@ -169,7 +167,6 @@ commands =
{[testenv:ansible]commands}
ansible-playbook -i {toxinidir}/tests/calico_inventory \
-e @{toxinidir}/tests/neutron-overrides-calico.yml \
-e "install_test_packages=True" \
{toxinidir}/tests/test.yml -vvvv
{[testenv:func_logs]commands}