Revision d4844f0f tools/burnin

b/tools/burnin
125 125
    parser.add_option("--no-importexport", dest="do_importexport",
126 126
                      help="Skip instance export/import", action="store_false",
127 127
                      default=True)
128
    parser.add_option("--no-startstop", dest="do_startstop",
129
                      help="Skip instance stop/start", action="store_false",
130
                      default=True)
128 131
    parser.add_option("-t", "--disk-template", dest="disk_template",
129 132
                      choices=("plain", "remote_raid1", "drbd"),
130 133
                      default="remote_raid1",
......
359 362
      if opts.do_importexport:
360 363
        self.ImportExport()
361 364

  
362
      self.StopStart()
365
      if opts.do_startstop:
366
        self.StopStart()
367

  
363 368
      has_err = False
364 369
    finally:
365 370
      if has_err:

Also available in: Unified diff