Revision 17621a25 scripts/gnt-debug

b/scripts/gnt-debug
44 44
  op = opcodes.OpTestDelay(duration=delay,
45 45
                           on_master=opts.on_master,
46 46
                           on_nodes=opts.on_nodes)
47
  SubmitOpCode(op)
47 48

  
48
  job = opcodes.Job(op_list=[op])
49
  jid = SubmitJob(job)
50
  print "Job id", jid
51 49
  return 0
52 50

  
53 51

  

Also available in: Unified diff