Remove configure_tempest.sh
This script has been deleted over a year ago from devstack, so it's likely that this is dead code anyway. Change-Id: Ia260832d3d2e63b3013b3f16e88c814435ff92ca
This commit is contained in:
@@ -293,11 +293,6 @@ if [ "$DEVSTACK_GATE_EXERCISES" -eq "1" ]; then
|
||||
fi
|
||||
|
||||
if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; 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
|
||||
fi
|
||||
# under tempest isolation tempest will need to write .tox dir, log files
|
||||
if [ -d "$BASE/new/tempest" ]; then
|
||||
sudo chown -R tempest:stack $BASE/new/tempest
|
||||
|
||||
Reference in New Issue
Block a user