moved ping test method into the emane test itself

This commit is contained in:
bharnden 2019-09-11 13:16:09 -07:00
parent 3776e1dda7
commit 2a4ee68fd9
2 changed files with 5 additions and 6 deletions

View file

@ -188,11 +188,6 @@ def coreserver():
ServiceManager.services.clear()
def ping(from_node, to_node, ip_prefixes, count=3):
address = ip_prefixes.ip4_address(to_node)
return from_node.cmd(["ping", "-c", str(count), address])
def pytest_addoption(parser):
parser.addoption("--distributed", help="distributed server address")