Commit 01b281fc authored by Martín Ferrari's avatar Martín Ferrari

typo; fix ping invocation

parent 946c834f
......@@ -53,10 +53,10 @@ print "Connectivity IPv4 OK!"
# Now test the network conditions
# When using a args list, the shell is not needed
app2 = node2.Popen(["ping", "-c1000000", "-f", "10.0.1.2"],
app2 = node2.Popen(["ping", "-q", "-c100000", "-f", "10.0.1.2"],
stdout = subprocess.PIPE)
out, err = appt2.communicate()
out, err = app2.communicate()
print "Ping outout:"
print out
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment