Set all tests to install test packages

Some roles make use of the variable 'install_test_packages' to
action the installation of some extra packages used for testing.

This patch includes this variable for all tests so that it can
be removed from the tox.ini in all repositories.

Change-Id: I5b4c7ba8910a44b8512d24f1e7269fca4ec01e64
This commit is contained in:
Jesse Pretorius 2016-10-04 08:41:17 +01:00
parent adb2af675f
commit c209692259

View File

@ -368,3 +368,5 @@ swift_proxy_server_workers: 2
# Note: libvirt-python is here to ensure that it always installs with the right binaries
pip_install_options: "--no-binary pycparser --no-binary libvirt-python"
# Test install options
install_test_packages: True