Stop duplicating the configuration

* The ./stack.sh does the configuration first
* You can see in the logs the configuration happened twice

Change-Id: I6f7b467f64345221b9b31538c26df2181cf20a76
This commit is contained in:
Attila Fazekas
2012-12-06 19:03:25 +01:00
parent 2dcfb53a7f
commit 17b2c7ab42

View File

@@ -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