yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26682
[Bug 1408484] [NEW] Libvirt Windows Timer tests fail on a Mac
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Assignee: Rick Harris (rconradharris)
Status: In Progress
** Changed in: nova
Assignee: (unassigned) => Rick Harris (rconradharris)
** Changed in: nova
Status: New => In Progress
--
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):
In Progress
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
Follow ups
References