made use of threadpool for starting services, refactored services to support 3 validation models (blocking, non-blocking, timer)

This commit is contained in:
Blake J. Harnden 2018-06-20 12:59:07 -07:00
parent 37ce407460
commit c6d2ca6b02
4 changed files with 121 additions and 111 deletions

View file

@ -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