← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1408484] Re: Libvirt Windows Timer tests fail on a Mac

 

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

** Changed in: nova
    Milestone: None => kilo-2

-- 
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/1408484

Title:
  Libvirt Windows Timer tests fail on a Mac

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  We have some tests that assert that the KVM timers are appropriately
  set for Windows.

  The issue is that the test depends on the actual result of
  `processor.platform()` which will be `i386` on a Mac.

  We need to stub the `get_arch` function out so that it always returns
  `arch.i686` so the test behaves consistently across platforms.

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


References