check that you can't hit the floating ip as well

This commit is contained in:
Jesse Andrews 2011-10-27 14:10:47 -07:00
parent a2710c518a
commit 0c484feda4

View file

@ -137,6 +137,11 @@ if ( ping -c1 -w1 $IP); then
exit 1
fi
if ( ping -c1 -w1 $FLOATING_IP); then
echo "Pause failure - ping floating ips shouldn't work"
exit 1
fi
# unpause the VM and verify we can ping it again
nova unpause $NAME