Home | History | Annotate | Download | only in utils

Lines Matching refs:ping_cmd

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