nova/nova/tests/unit/virt
Dmitriy Rabotyagov 28d0059c1f Ensure MAC addresses characters are in the same case
Currently neutron can report ports to have MAC addresses
in upper case when they're created like that. In the meanwhile
libvirt configuration file always stores MAC in lower case
which leads to KeyError while trying to retrieve migrate_vif.

Conflicts:
  nova/tests/unit/virt/libvirt/test_migration.py

Note: conflict is caused by not having six.text_type removal patch
I779bd1446dc1f070fa5100ccccda7881fa508d79 in stable/victoria.
Original assertion method was preserved to resolve this conflict.

Closes-Bug: #1945646
Change-Id: Ie3129ee395427337e9abcef2f938012608f643e1
(cherry picked from commit 6a15169ed9)
(cherry picked from commit 63a6388f6a)
(cherry picked from commit 6c3d5de659)
2021-12-23 14:03:02 +00:00
..
disk guestfs: With libguestfs >= v1.41.1 decode returned bytes to string 2021-04-25 21:34:16 +01:00
hyperv objects: Introduce 'pcpuset' field for InstanceNUMACell 2020-07-14 00:38:34 +08:00
image
ironic virt: Add 'context', drop 'network_info' parameters for 'unrescue' 2020-07-08 11:56:01 +01:00
libvirt Ensure MAC addresses characters are in the same case 2021-12-23 14:03:02 +00:00
powervm Remove future imports 2020-03-24 15:05:36 +00:00
vmwareapi tests: Remove '_FakeImageService' 2020-09-16 11:31:23 +01:00
zvm set default value to 0 instead of '' 2020-02-11 10:01:37 +00:00
__init__.py
fakelibosinfo.py Stop sending bad values from libosinfo to libvirt 2019-07-04 15:30:51 +01:00
test_block_device.py block_device: Copy original volume_type when missing for snapshot based volumes 2019-11-21 18:13:04 +00:00
test_configdrive.py Skip existing VMs when hosts apply force_config_drive 2019-05-22 21:02:16 +00:00
test_events.py
test_fake.py
test_hardware.py hardware: Reject requests for no hyperthreads on hosts with HT 2020-07-31 13:30:17 +01:00
test_imagecache.py Consolidate [image_cache] conf options 2019-11-13 11:09:03 -06:00
test_images.py images: Make JSON the default output format of calls to qemu-img info 2020-04-16 16:38:24 +01:00
test_netutils.py Remove unnecessary code 2017-07-28 06:01:21 +00:00
test_osinfo.py Stop sending bad values from libosinfo to libvirt 2019-07-04 15:30:51 +01:00
test_virt.py We no longer need rootwrap. 2019-02-27 05:06:31 +00:00
test_virt_drivers.py tests: Remove '_FakeImageService' 2020-09-16 11:31:23 +01:00