Check start() does nothing on a running server
This commit is contained in:
parent
24af12f053
commit
395d818d73
@ -36,6 +36,8 @@ class ServerSetupMixin(object):
|
||||
serializer=serializer)
|
||||
|
||||
def stop(self, ctxt):
|
||||
# Check start() does nothing with a running server
|
||||
self._server.start()
|
||||
self._server.stop()
|
||||
self._server.wait()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user