Update Watcher Tempest tests package name

As specified in
http://docs.openstack.org/developer/tempest/plugin.html, the
name of the tempest tests package should be of the format
'{{name}}_tempest_plugin'. So this patchset is here to enforce
this rule.

Change-Id: I93b3e39f1f83a04a25da1bcb97e6d6ec12c1df14
This commit is contained in:
Vincent Francoise 2016-01-12 16:14:49 +01:00
parent c81a5f4748
commit d63964dbff

View File

@ -28,7 +28,7 @@
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export DEVSTACK_GATE_TEMPEST_REGEX="watcher_tempest_tests"
export DEVSTACK_GATE_TEMPEST_REGEX="watcher_tempest_plugin"
export DEVSTACK_GATE_NEUTRON=1
export PROJECTS="openstack/watcher $PROJECTS"
export PROJECTS="openstack/python-watcherclient $PROJECTS"