openstack-ansible-os_tempest/releasenotes/notes/tempest-remove-old-run-script-4365fa3b091169d8.yaml
Jesse Pretorius e33c72c36e Force the use of the new tempest testing method
The old tempest execution method was deprecated in
Newton. We need to shift over to using the new method
which is more reliable and easier to configure.

Change-Id: Idb750cd75f82b4af7cc7c66ce3dca21d2a7066c8
2017-03-06 15:13:10 +00:00

11 lines
497 B
YAML

---
upgrade:
- The ``openstack_tempest_gate.sh`` script has been removed
as it requires the use of the ``run_tempest.sh`` script
which has been deprecated in Tempest. In order to
facilitate the switch, the default for the variable
``tempest_run`` has been set to ``yes``, forcing the role
to execute tempest by default. This default can be changed
by overriding the value to ``no``. The test whitelist may
be set through the list variable ``tempest_test_whitelist``.