removed node based check_cmd, updated to use appropriate function
This commit is contained in:
parent
4a6d69bb09
commit
d326f246a7
11 changed files with 51 additions and 113 deletions
|
@ -30,7 +30,7 @@ class TestNodes:
|
|||
assert os.path.exists(node.nodedir)
|
||||
assert node.alive()
|
||||
assert node.up
|
||||
assert node.check_cmd(["ip", "addr", "show", "lo"])
|
||||
assert node.node_net_cmd(["ip", "addr", "show", "lo"])
|
||||
|
||||
def test_node_update(self, session):
|
||||
# given
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue