Don't run tempest tests in zaqar gate

Zaqar runs smoke tests in its dvsm gate, but we don't care about those
and they actually fail because we don't have nova. Let's not run them.

Change-Id: I2eaa16d0d6d820e78b2636a5f3e07924f12f5eab
This commit is contained in:
Thomas Herve 2016-06-23 10:45:28 +02:00
parent 404e673ca7
commit 7ab326382f

View File

@ -107,6 +107,7 @@
export PROJECTS="openstack/python-zaqarclient $PROJECTS"
export PYTHONUNBUFFERED=true
export ENABLED_SERVICES=tempest
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_LOCAL_CONFIG="enable_plugin zaqar git://git.openstack.org/openstack/zaqar"
function gate_hook {{
@ -121,4 +122,4 @@
publishers:
- test-results
- devstack-logs
- console-log
- console-log