Check start() does nothing on a running server

This commit is contained in:
Mark McLoughlin 2013-06-15 21:29:32 +01:00
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()