Fix tempest.conf detection

* replace $DEST with $BASE/new

Change-Id: I0d82e0579d90aa34de33a6c71169f24781935b91
This commit is contained in:
Attila Fazekas
2012-12-14 12:22:46 +01:00
parent 610a56430e
commit 4ac0b32682

View File

@@ -157,7 +157,7 @@ else
fi
if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; then
if [ ! -f "$DEST/tempest/etc/tempest.conf" ]; then
if [ ! -f "$BASE/new/tempest/etc/tempest.conf" ]; then
echo "Configuring tempest"
cd $BASE/new/devstack
sudo -H -u stack ./tools/configure_tempest.sh