commit | 0c484feda47263cf1de5eaf034b39cb46a304d7c | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Thu Oct 27 14:10:47 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Thu Oct 27 14:10:47 2011 -0700 |
tree | 40f51a78996ebece165434afa3a2e91e7e6a6cec | |
parent | a2710c518a83a0533460cce78a1b4066f6dbef3c [diff] [blame] |
check that you can't hit the floating ip as well
diff --git a/exercise.sh b/exercise.sh index f7dd175..61c7b08 100755 --- a/exercise.sh +++ b/exercise.sh
@@ -137,6 +137,11 @@ 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