Revision ee3e37a7 tools/burnin

b/tools/burnin
752 752
  @staticmethod
753 753
  def StopInstanceOp(instance):
754 754
    """Stop given instance."""
755
    return opcodes.OpShutdownInstance(instance_name=instance)
755
    return opcodes.OpInstanceShutdown(instance_name=instance)
756 756

  
757 757
  @staticmethod
758 758
  def StartInstanceOp(instance):

Also available in: Unified diff