Fix typo in exercise.sh
This commit is contained in:
parent
1a5a65f4a0
commit
6cbf287254
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ ping -c1 -w1 $IP
|
|||
nova secgroup-delete-rule $SECGROUP icmp -1 -1 0.0.0.0/0
|
||||
|
||||
# FIXME (anthony): make xs support security groups
|
||||
if [ "$VIRT_DRIVER" != "xenserver"]; then
|
||||
if [ "$VIRT_DRIVER" != "xenserver" ]; then
|
||||
# test we can aren't able to ping our floating ip within ASSOCIATE_TIMEOUT seconds
|
||||
if ! timeout $ASSOCIATE_TIMEOUT sh -c "while ping -c1 -w1 $FLOATING_IP; do sleep 1; done"; then
|
||||
print "Security group failure - ping should not be allowed!"
|
||||
|
|
Loading…
Reference in a new issue