We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a019a94 + e191006 commit d6bbd40Copy full SHA for d6bbd40
1 file changed
test/net/integration/slaac/test.py
@@ -26,7 +26,7 @@ def Slaac_test(trigger_line):
26
print(color.INFO("<Test.py>"), "Trying to ping")
27
time.sleep(1)
28
try:
29
- command = ["ping", "-I", "bridge43", ip_string.rstrip(), "-c",
+ command = ["ping", ip_string.rstrip() + "%bridge43", "-c",
30
str(ping_count) ]
31
print(color.DATA(" ".join(command)))
32
print(subprocess.check_output(command))
0 commit comments