yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #72409
[Bug 1758060] Re: [SRU] 16.1.0 test failure UEFI is not supported
This bug was fixed in the package nova - 2:16.1.0-0ubuntu1
---------------
nova (2:16.1.0-0ubuntu1) artful; urgency=medium
[ James Page ]
* Add Depends nova-compute-kvm -> ipxe-qemu to ensure that required
ROM's are installed for all architectures (LP: #1754015).
[ Corey Bryant ]
* New stable point release for OpenStack Pike (LP: #1758046).
* d/p/aarch64-libvirt-compat.patch: Rebased and updated to mock
os.path.exists return value to true in order to simulate
_has_uefi_support returning true (LP: #1758060).
-- Corey Bryant <corey.bryant@xxxxxxxxxxxxx> Thu, 22 Mar 2018 08:44:37
-0400
** Changed in: nova (Ubuntu Artful)
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/1758060
Title:
[SRU] 16.1.0 test failure UEFI is not supported
Status in OpenStack Compute (nova):
Invalid
Status in nova package in Ubuntu:
Invalid
Status in nova source package in Artful:
Fix Released
Bug description:
[Impact]
The following test is failing in Ubuntu package builds for the stable
16.1.0 point release:
==============================
Failed 1 tests - output below:
==============================
nova.tests.unit.virt.libvirt.test_driver.LibvirtConnTestCase.test_get_guest_config_with_type_kvm_on_aarch64
-----------------------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "nova/tests/unit/virt/libvirt/test_driver.py", line 4284, in test_get_guest_config_with_type_kvm_on_aarch64
cfg = self._get_guest_config_via_fake_api(instance_ref)
File "nova/tests/unit/virt/libvirt/test_driver.py", line 4315, in _get_guest_config_via_fake_api
image_meta, disk_info)
File "nova/virt/libvirt/driver.py", line 4942, in _get_guest_config
root_device_name)
File "nova/virt/libvirt/driver.py", line 4603, in _configure_guest_by_virt_type
raise exception.UEFINotSupported()
nova.exception.UEFINotSupported: UEFI is not supported
Captured pythonlogging:
~~~~~~~~~~~~~~~~~~~~~~~
2018-03-22 13:11:56,498 WARNING [os_brick.initiator.connectors.remotefs] Connection details not present. RemoteFsClient may not initialize properly.
2018-03-22 13:11:56,505 INFO [nova.virt.libvirt.driver] CPU mode "host-passthrough" was chosen. Live migration can break unless all compute nodes have identical cpus. AArch64 does not support other modes.
[Test Case]
Building the package will run unit tests.
[Regression Potential]
None. This just updates a test case.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1758060/+subscriptions
References