Merge "Enable Tempest in Designate dsvm jobs"

This commit is contained in:
Jenkins 2015-03-10 19:02:07 +00:00 committed by Gerrit Code Review
commit cd8fbae3e3
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"