Revision 8e4968ca test/py/ganeti.cmdlib_unittest.py

b/test/py/ganeti.cmdlib_unittest.py
102 102

  
103 103
    class OpTest(opcodes.OpCode):
104 104
       OP_PARAMS = [
105
        ("iallocator", None, ht.NoType, None),
106
        ("node", None, ht.NoType, None),
105
        ("iallocator", None, ht.TAny, None),
106
        ("node", None, ht.TAny, None),
107 107
        ]
108 108

  
109 109
    default_iallocator = mocks.FakeConfig().GetDefaultIAllocator()

Also available in: Unified diff