nova/nova/tests/unit/virt
Huan Xie d89fe544bd XenAPI: Create linux bridge in dest host during live migration
We found VM can live migrate successfully with XenServer hypervisor,
but after migrating to dest host, we cannot ping the VM's floating
or fixed IP any more. The problem is, during live migration, we only
create the network in dest host which the VM's VIF connect to, but we
don't establish the linux bridge and the corresponding veth pair to
integration bridge br-int.

Closes-Bug: 1677937

Change-Id: I0d69d2ba5b064ef303445892791804608e7f19c5
2017-06-12 21:57:49 -07:00
..
disk Stop using mox in unit/virt/disk/test_api.py 2017-03-09 20:17:52 +07:00
hyperv Merge "Remove unused migrate_data kwarg from virt driver destroy() method" 2017-05-30 17:42:20 +00:00
image Use assert(Not)Equal instead of assertTrue(A == X) 2016-06-03 16:53:15 +01:00
ironic Mock timeout in test__get_node_console_with_reset_wait_timeout 2017-04-19 16:30:51 +00:00
libvirt Merge "libvirt: handle missing rbd_secret_uuid from old connection info" 2017-06-12 21:46:33 +00:00
powervm PowerVM Driver: SSP emphemeral disk support 2017-05-25 16:21:23 -05:00
vmwareapi Replace diagnostics objects with Nova diagnostics objects 2017-05-30 00:39:45 +04:00
xenapi XenAPI: Create linux bridge in dest host during live migration 2017-06-12 21:57:49 -07:00
__init__.py
fakelibosinfo.py
test_block_device.py encryptors: Switch to os-brick encryptor classes 2017-04-25 13:51:41 +00:00
test_configdrive.py
test_driver.py Remove usage of parameter enforce_type 2017-04-17 20:23:19 +08:00
test_events.py
test_fake.py
test_firewall.py Use more specific asserts in tests 2016-10-12 11:12:08 +01:00
test_hardware.py Prefer non-PCI host nodes for non-PCI instances 2017-06-08 09:44:59 +01:00
test_imagecache.py Remove mox from tests/unit/virt/test_imagecache.py 2016-06-16 23:40:01 +00:00
test_images.py Bump prlimit cpu time for qemu from 2 to 8 2016-12-08 10:41:31 -05:00
test_netutils.py tests: fix vlan test type from int to str 2017-02-07 20:33:45 -05:00
test_osinfo.py Do not attempt to load osinfo if we do not have os_distro 2017-03-23 22:07:03 -04:00
test_virt.py Remove mox from nova/tests/unit/virt/test_virt.py 2016-11-28 08:49:51 +00:00
test_virt_drivers.py libvirt: Check if domain is persistent before detaching devices 2017-06-07 06:25:37 -04:00
test_volumeutils.py