Add a test opcode that sleeps for a given duration
[ganeti-local] / lib / mcpu.py
index 4ba5926..564d146 100644 (file)
@@ -85,6 +85,8 @@ class Processor(object):
     opcodes.OpSearchTags: cmdlib.LUSearchTags,
     opcodes.OpAddTags: cmdlib.LUAddTags,
     opcodes.OpDelTags: cmdlib.LUDelTags,
+    # test lu
+    opcodes.OpTestDelay: cmdlib.LUTestDelay,
     }
 
   def __init__(self, feedback=None):