Revision 415feb2e test/ganeti.opcodes_unittest.py

b/test/ganeti.opcodes_unittest.py
38 38
#: Unless an opcode is included in the following list it must have a result
39 39
#: check of some sort
40 40
MISSING_RESULT_CHECK = frozenset([
41
  opcodes.OpClusterQuery,
42
  opcodes.OpGroupQuery,
43
  opcodes.OpInstanceQuery,
44
  opcodes.OpInstanceQueryData,
45
  opcodes.OpNodeQuery,
46
  opcodes.OpNodeQueryStorage,
47
  opcodes.OpOsDiagnose,
48
  opcodes.OpQuery,
49
  opcodes.OpQueryFields,
50 41
  opcodes.OpTagsDel,
51 42
  opcodes.OpTagsGet,
52 43
  opcodes.OpTagsSearch,

Also available in: Unified diff