Revision 06009e27 lib/rpc.py

b/lib/rpc.py
801 801
  c.connect_list(node_list)
802 802
  c.run()
803 803
  return c.getresult()
804

  
805

  
806
def call_test_delay(node_list, duration):
807
  """Sleep for a fixed time on given node(s).
808

  
809
  This is a multi-node call.
810

  
811
  """
812
  c = Client("test_delay", [duration])
813
  c.connect_list(node_list)
814
  c.run()
815
  return c.getresult()

Also available in: Unified diff