Commit 449010db authored by Vincent Pelletier's avatar Vincent Pelletier

This method needs to be unit-tested.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2365 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent ebffb6d0
......@@ -29,6 +29,7 @@ class StorageServiceHandler(BaseServiceHandler):
""" Handler dedicated to storages during service state """
def connectionCompleted(self, conn):
# TODO: unit test
node = self.app.nm.getByUUID(conn.getUUID())
if node.isRunning():
conn.notify(Packets.StartOperation())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment