Revision 90ab1a95 tools/burnin

b/tools/burnin
832 832
      Log("instance %s", instance, indent=1)
833 833
      ops = []
834 834
      for reboot_type in self.opts.reboot_types:
835
        op = opcodes.OpRebootInstance(instance_name=instance,
835
        op = opcodes.OpInstanceReboot(instance_name=instance,
836 836
                                      reboot_type=reboot_type,
837 837
                                      ignore_secondaries=False)
838 838
        Log("reboot with type '%s'", reboot_type, indent=2)

Also available in: Unified diff