(self)
| 578 | _iputils_args = "-f -c 1 %s" # type: str |
| 579 | |
| 580 | def test(self): # type: () -> bool |
| 581 | return check_command("arping") |
| 582 | |
| 583 | def get(self, arg): # type: (str) -> Optional[str] |
| 584 | # If busybox or iputils, this will just work, and if host ping fails, |
nothing calls this directly
no test coverage detected