openstack-ansible-os_cinder/tests
Jesse Pretorius 95a0f721e8 Update tox configuration
In order to prepare for implementing requirements management by the
OpenStack requirements management process, and to improve the
reliability and effectiveness of test execution, this patch implements
some changes to the tox configuration:

- The minimum tox version is increased in order to be able to use
  constraints for the python packages.
- The OpenStack upper-constraints are used when preparing the test
  venv for the linters checks.
- Any proxy environment variables set on the test host are passed
  into the venv to enable testing from behind a proxy.
- The environment variables used by Ansible tests are moved into
  a new venv called 'ansible' and this environment is inherited
  by all Ansible-related tests.
- The docs test will clean-up an existing build directory before
  executing the docs build.
- The releasenotes build cannot use upper-constraints at this point,
  so it doesn't.
- The Ansible role download will no longer ignore errors so that any
  problems discovered will result in a failed test.
- The human readable logging callback plugin is implemented for
  functional testing.
- The ansible test requirements are moved into tox.ini to ensure
  compliance for requirements.txt/test-requirements.txt for the
  global-requirements management contract.
- The ~/.ansible directory as a whole is not deleted. Instead only
  the plugins and roles folders are deleted to ensure that zuul's
  Ansible artifacts are left in-place.
- The ansible-lint version is updated to support execution against a
  folder, and the test now executes against the entire role to ensure
  that it captures all applicable files for lint testing.

This is a combined port of the following:
- https://review.openstack.org/323507
- https://review.openstack.org/338193
- https://review.openstack.org/332443
- https://review.openstack.org/338193
- https://review.openstack.org/339493

Change-Id: Ice4884ebe0873fb433e0e93d4b1d7286dae36755
2016-07-08 14:52:31 +01:00
..
group_vars Cinder test cleanup 2016-03-31 17:59:33 +00:00
ansible-role-requirements.yml Update tox configuration 2016-07-08 14:52:31 +01:00
inventory Cinder test cleanup 2016-03-31 17:59:33 +00:00
test-cinder-functional.yml Update tempest test vars 2016-05-12 21:12:13 +01:00
test-install-cinder.yml Removed the db create tasks 2016-05-13 13:41:18 +01:00
test-install-infra.yml Cinder functional testing 2016-03-23 16:19:03 -07:00
test-install-keystone.yml Cinder test cleanup 2016-03-31 17:59:33 +00:00
test-install-tempest.yml Use tempest for functional testing 2016-04-25 11:03:33 +01:00
test-prepare-containers.yml Cinder functional testing 2016-03-23 16:19:03 -07:00
test-prepare-host.yml Clean up container cache prep in tests 2016-06-17 18:31:00 +01:00
test-prepare-keys.yml Cinder test cleanup 2016-03-31 17:59:33 +00:00
test-prepare-vg.yml Cinder functional testing 2016-03-23 16:19:03 -07:00
test-vars.yml Only install to virtual environment 2016-07-07 12:59:19 -04:00
test.yml Use tempest for functional testing 2016-04-25 11:03:33 +01:00