Revision b8028dcf qa/qa_rapi.py

b/qa/qa_rapi.py
104 104
               "mtotal", "mnode", "mfree",
105 105
               "pinst_cnt", "sinst_cnt", "tags")
106 106

  
107
GROUP_FIELDS = frozenset([
107
GROUP_FIELDS = compat.UniqueFrozenset([
108 108
  "name", "uuid",
109 109
  "alloc_policy",
110 110
  "node_cnt", "node_list",
111 111
  ])
112 112

  
113
JOB_FIELDS = frozenset([
113
JOB_FIELDS = compat.UniqueFrozenset([
114 114
  "id", "ops", "status", "summary",
115 115
  "opstatus", "opresult", "oplog",
116 116
  "received_ts", "start_ts", "end_ts",

Also available in: Unified diff