Enable Tempest in Designate dsvm jobs

Change-Id: I5b1475cc0e148ac25dc309540d97c58156ca4560
This commit is contained in:
Kiall Mac Innes 2015-03-10 18:11:47 +00:00
parent 09c7c147f2
commit 7adeeb3c8f
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_NOTESTS=1
export DEVSTACK_GATE_DESIGNATE_DRIVER="{designate-driver}"
export PROJECTS="openstack/designate $PROJECTS"
export PROJECTS="openstack/python-designateclient $PROJECTS"