From d8233a2dc77601acf27a54859ce9fd02c7459b5d Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 14 Jun 2012 13:42:47 -0700 Subject: [PATCH] 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 --- devstack-vm-gate-wrap.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 101086dc..f5eb1fe4 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -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.