Revision f5118ade lib/hypervisor/hv_fake.py

b/lib/hypervisor/hv_fake.py
186 186
    """
187 187
    if not os.path.exists(self._ROOT_DIR):
188 188
      return "The required directory '%s' does not exist." % self._ROOT_DIR
189

  
190
  @classmethod
191
  def PowercycleNode(cls):
192
    """Fake hypervisor powercycle, just a wrapper over Linux powercycle.
193

  
194
    """
195
    cls.LinuxPowercycle()

Also available in: Unified diff