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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user