Commit 64461269 authored by zhifan huang's avatar zhifan huang Committed by Xiaowu Zhang

fix(tests): add init value in ping.py for loop

parent c51929b5
......@@ -41,7 +41,7 @@ def main():
args = parser.parse_args()
addrs = args.a
retry = args.retry
no_responses = ""
no_responses = "1"
while retry and no_responses:
mp = MultiPing(addrs)
......
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