From 17b2c7ab428caf0660523fe4240c26c676b87ff1 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Thu, 6 Dec 2012 19:03:25 +0100 Subject: [PATCH] Stop duplicating the configuration * The ./stack.sh does the configuration first * You can see in the logs the configuration happened twice Change-Id: I6f7b467f64345221b9b31538c26df2181cf20a76 --- devstack-vm-gate.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 70f9e7f5..4bf2d84e 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -157,9 +157,6 @@ else fi if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; then - echo "Configuring tempest" - cd $BASE/new/devstack - sudo -H -u stack ./tools/configure_tempest.sh cd $BASE/new/tempest echo "Running tempest smoke tests" sudo -H -u stack NOSE_XUNIT_FILE=nosetests-smoke.xml nosetests --with-xunit -sv --nologcapture --attr=type=smoke tempest