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