Merge "Remove install_test_packages variable"

This commit is contained in:
Jenkins 2016-10-04 17:38:51 +00:00 committed by Gerrit Code Review
commit 1f1d7b7a80

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}