← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1758060] [NEW] 16.1.0 test failure UEFI is not supported

 

Public bug reported:

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.

** Affects: nova
     Importance: Undecided
         Status: New

** Affects: nova (Ubuntu)
     Importance: Low
     Assignee: Corey Bryant (corey.bryant)
         Status: Triaged

** Also affects: nova (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: nova (Ubuntu)
       Status: New => Triaged

** Changed in: nova (Ubuntu)
   Importance: Undecided => Low

-- 
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:
  16.1.0 test failure UEFI is not supported

Status in OpenStack Compute (nova):
  New
Status in nova package in Ubuntu:
  Triaged

Bug description:
  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.

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


Follow ups