summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 167a16be..5e1eb375 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -161,8 +161,6 @@ cleanup() {
stop_monitor
stop_inspector
stop_consumer
- ssh $ssh_opts_cpu "heat-admin@$COMPUTE_IP" \
- "[ -e disable_network.log ] && cat disable_network.log"
python ./nova_force_down.py "$COMPUTE_HOST" --unset
sleep 1
@@ -178,6 +176,8 @@ cleanup() {
#TODO: add host status check via nova admin api
echo "waiting disabled compute host back to be enabled..."
sleep 180
+ ssh $ssh_opts_cpu "heat-admin@$COMPUTE_IP" \
+ "[ -e disable_network.log ] && cat disable_network.log"
}