Revision 3fc210de test/ganeti.hooks_unittest.py

b/test/ganeti.hooks_unittest.py
204 204

  
205 205
  """
206 206
  rr = rpc.RpcResult
207
  return dict([(node, rr(True, [("utest", constants.HKR_SUCCESS, "ok")],
207
  return dict([(node, rr((True, [("utest", constants.HKR_SUCCESS, "ok")]),
208 208
                         node=node, call='FakeScriptOk'))
209 209
               for node in node_list])
210 210

  

Also available in: Unified diff