update OMF RM to pass the test. Change status of the rm to fnish after it stops
[nepi.git] / src / nepi / resources / omf / node.py
index 840cfe1..99bedf6 100644 (file)
@@ -157,6 +157,7 @@ class OMFNode(OMFResource):
 
         """
         super(OMFNode, self).stop()
+        self.set_finished()
 
     def release(self):
         """Clean the RM at the end of the experiment