moved ping test method into the emane test itself
This commit is contained in:
parent
3776e1dda7
commit
2a4ee68fd9
2 changed files with 5 additions and 6 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue