Skip to content

Commit

Permalink
Wait for running on agent shutdown test
Browse files Browse the repository at this point in the history
  • Loading branch information
Peque committed Apr 9, 2018
1 parent 19f962f commit 049f7d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osbrain/tests/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def test_agent_shutdown(nsproxy):
agent.start()
a0 = Proxy('a0', nsproxy.addr())
a0.run()
a0.wait_for_running()
assert 'a0' in nsproxy.list()
a0.shutdown()
agent.join()
Expand Down

0 comments on commit 049f7d9

Please sign in to comment.