Revision bb600388

b/lib/client/gnt_debug.py
65 65
                           on_master=opts.on_master,
66 66
                           on_nodes=opts.on_nodes,
67 67
                           repeat=opts.repeat)
68
  SubmitOpCode(op, opts=opts)
68
  SubmitOrSend(op, opts)
69 69

  
70 70
  return 0
71 71

  
......
624 624
                action="append", help="Select nodes to sleep on"),
625 625
     cli_option("-r", "--repeat", type="int", default="0", dest="repeat",
626 626
                help="Number of times to repeat the sleep"),
627
     DRY_RUN_OPT, PRIORITY_OPT,
627
     DRY_RUN_OPT, PRIORITY_OPT, SUBMIT_OPT,
628 628
     ],
629 629
    "[opts...] <duration>", "Executes a TestDelay OpCode"),
630 630
  "submit-job": (

Also available in: Unified diff