Searched refs:ping_cmd (Results 1 – 2 of 2) sorted by relevance
31 ping_cmd=ping$TST_IPV632 tst_check_cmds tcpdump kill $ping_cmd41 tst_resm TINFO "start $ping_cmd in background"43 $ping_cmd -I $(tst_iface) -f $addr > /dev/null 2>&1 &
1014 ping_cmd = "ping -c 1 {} >/dev/null".format(self.ip)1020 if os.system(ping_cmd) == 0: