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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp