From c20969225953a5ed5cc501903973815d4c04f7ad Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 4 Oct 2016 08:41:17 +0100 Subject: [PATCH] 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 --- test-vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-vars.yml b/test-vars.yml index 847edb3c..91365fd4 100644 --- a/test-vars.yml +++ b/test-vars.yml @@ -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