caught up with latest gitlab commits, added a new tests directory leveraging pytest based tests for testing core functionality
This commit is contained in:
parent
2fc6345138
commit
14cb7dc251
14 changed files with 570 additions and 96 deletions
|
@ -60,6 +60,7 @@ def test(options):
|
|||
|
||||
# launches terminal for the first node
|
||||
# n[0].term("bash")
|
||||
n[0].icmd(["ping", "-c", "5", "127.0.0.1"])
|
||||
|
||||
# wait for rate seconds to allow ebtables commands to commit
|
||||
time.sleep(EbtablesQueue.rate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue