openstack-ansible-pip_install/tests
Jesse Pretorius 70b8cd5737 Disable the pip version check
In our logs it is frequent that the warning to upgrade the
pip version is present, but this warning is unnecessary as
we are always using a well tested version of pip.

To reduce noise, we set disable the version check. This has
the added benefit of not adding more internet access to every
pip task than is necessary.

In the template we ensure that the var is interpreted as a
boolean (in case of user error), then force it to lower case
as that's what pip prefers in pip.conf.

We also now remove the test for the self check file, as it
will no longer be present with this option implemented.

Change-Id: Ie0427d3435270836302441b92eaff7e7980d7047
2018-04-20 14:31:55 +01:00
..
inventory Use sudo for role testing 2015-11-25 13:01:08 +00:00
test.yml Disable the pip version check 2018-04-20 14:31:55 +01:00