We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2403e71 + 6cbf287 commit 92c9a4dCopy full SHA for 92c9a4d
exercise.sh
@@ -165,7 +165,7 @@ ping -c1 -w1 $IP
165
nova secgroup-delete-rule $SECGROUP icmp -1 -1 0.0.0.0/0
166
167
# FIXME (anthony): make xs support security groups
168
-if [ "$VIRT_DRIVER" != "xenserver"]; then
+if [ "$VIRT_DRIVER" != "xenserver" ]; then
169
# test we can aren't able to ping our floating ip within ASSOCIATE_TIMEOUT seconds
170
if ! timeout $ASSOCIATE_TIMEOUT sh -c "while ping -c1 -w1 $FLOATING_IP; do sleep 1; done"; then
171
print "Security group failure - ping should not be allowed!"
0 commit comments