check that you can't hit the floating ip as well
This commit is contained in:
parent
a2710c518a
commit
0c484feda4
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue