Lines Matching refs:ping_cmd
1014 ping_cmd = "ping -c 1 {} >/dev/null".format(self.ip)1020 if os.system(ping_cmd) == 0: