← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1205066] Re: powervm driver should raise NotImplemented rather than pass

 

** Changed in: nova
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1205066

Title:
  powervm driver should raise NotImplemented rather than pass

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The powervm driver is simply doing a pass on several operations that
  aren't implemented, e.g. suspend/resume:

  https://github.com/openstack/nova/blob/master/nova/virt/powervm/driver.py#L189

  This gives a false sense of functionality when running tempest with
  the powervm driver:

  tempest.api.compute.servers.test_server_actions.ServerActionsTestXML.test_suspend_resume_server[gate]
  ... ok

  So rather than simply pass, the powervm driver should raise a
  NotImplemented error so tempest will fail of those tests are attempted
  when they don't functionally do anything.

  Note that they are also marked as not supported in the hypervisor
  support matrix:

  https://wiki.openstack.org/wiki/HypervisorSupportMatrix

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1205066/+subscriptions