Revision 85a87e21 lib/opcodes.py

b/lib/opcodes.py
766 766
  """
767 767
  OP_ID = "OP_TEST_DELAY"
768 768
  OP_DSC_FIELD = "duration"
769
  __slots__ = ["duration", "on_master", "on_nodes"]
769
  __slots__ = ["duration", "on_master", "on_nodes", "repeat"]
770 770

  
771 771

  
772 772
class OpTestAllocator(OpCode):

Also available in: Unified diff