neutron/neutron/tests/functional/agent
Kevin Benton 7afbd3a6b8 Check tap bridge timestamps to detect local changes
During a quick instance rebuild on Nova, it may remove a tap
interface and then plug it in within the agent polling window.
In this scenario the agent will not realize a device has changed
and will therefore not ask the server for info an subsequently
update its status. This will prevent the notification from being
sent back to Nova that the vif plugging has finished so the
VM will never resume state.

This adds a new timestamp collection method to the common agent
manager interface for devices that is used by the common agent
loop to determine if a device has locally changed.

The linux bridge implementation of it checks the timestamps on the
tap interface's 'bridge' directory, which will change whenever
the tap is added to bridge.

Closes-Bug: #1531862
Change-Id: If172470e907848556b6a8aff13520f94245919bb
2016-03-10 03:04:11 -08:00
..
l2 Don't sync all devices when some fail 2016-01-18 14:32:55 +00:00
l3 Use floating IP to connect different address scopes 2016-03-05 08:37:16 +00:00
linux Check tap bridge timestamps to detect local changes 2016-03-10 03:04:11 -08:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Make agent interface plugging utilize network MTU 2016-02-29 19:19:25 +00:00
test_firewall.py Revert "tests: Collect info on failure of conn_tester" 2016-02-22 18:02:11 -05:00
test_l2_lb_agent.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
test_l2_ovs_agent.py Merge "Fix module's import order" 2016-01-23 07:46:22 +00:00
test_ovs_flows.py Use testscenarios for OVS flow tests 2016-03-08 11:51:14 +09:00
test_ovs_lib.py Fix module's import order 2016-01-22 06:38:42 -08:00