Don't include tempest twice.

Tempest is included in the project list, it doesn't need to
be added again.  It still won't be run unless enabled.

Change-Id: Ic833430966914600337948b73a97a001e0df87b7
This commit is contained in:
James E. Blair
2012-06-14 13:42:47 -07:00
parent d585206252
commit d8233a2dc7

View File

@@ -38,11 +38,6 @@ if [ -z "$SKIP_DEVSTACK_GATE_PROJECT" ]; then
PROJECTS="openstack-ci/devstack-gate $PROJECTS"
fi
# Set this variable to include tempest in the test run.
if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; then
PROJECTS="openstack/tempest $PROJECTS"
fi
# HPcloud stopped adding the hostname to /etc/hosts with their
# precise images.