made use of threadpool for starting services, refactored services to support 3 validation models (blocking, non-blocking, timer)
This commit is contained in:
parent
37ce407460
commit
c6d2ca6b02
4 changed files with 121 additions and 111 deletions
|
@ -39,7 +39,6 @@ class TestNodes:
|
|||
assert node.alive()
|
||||
assert node.up
|
||||
assert node.check_cmd(["ip", "addr", "show", "lo"])
|
||||
node.validate()
|
||||
|
||||
def test_node_update(self, session):
|
||||
# given
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue