nova/nova/tests
Matt Riedemann a3b3e8d831 libvirt: wait for interface detach from the guest
The test_reassign_port_between_servers test in Tempest creates
a port in neutron and two servers. It attaches the port to the
first server and then quickly detaches it and waits for the
port.device_id to be unbound from the server. Then it repeats
that for the second server.

The interface detach from the guest is asynchronous and happens
before nova unbinds the port, so there is a race where the port's
device_id is unset but the interface is still on the first guest
when we try to attach to the second guest, which fails.

This is a latent bug, but apparently has been tickled by the
move to our neutron CI jobs to use ubuntu xenial nodes.

The fix is to add a detach and retry loop on the interface detach
on the guest so that we can wait until the interface is gone
from the guest before nova unbinds the port in neutron, which is
what the Tempest test is waiting for. Then the device should be
available for attaching to the second guest.

This is similar to what we do with detaching volumes.

Closes-Bug: #1607714

Change-Id: Ic04aad8923ea2edf1d16e32c208cd41fdf898834
2017-02-09 19:33:33 -05:00
..
functional [3/3]Replace six.iteritems() with .items() 2017-02-09 23:09:38 +08:00
live_migration/hooks Fix for live-migration job 2016-12-01 09:54:00 +00:00
unit libvirt: wait for interface detach from the guest 2017-02-09 19:33:33 -05:00
__init__.py
fixtures.py [3/3]Replace six.iteritems() with .items() 2017-02-09 23:09:38 +08:00
uuidsentinel.py Remove redundant str typecasting 2016-09-23 12:53:34 +05:30