neutron/neutron/tests/functional/agent
Hong Hui Xiao 5b0ea03202 Mark port as ready after enabling dhcp at agent
When subnet is created and network is scheduled to dhcp agent, the
dhcp agent will request neutron server to create dhcp port.

Neutron server will create and mark port as BUILD and wait for the
ready signal from dhcp agent.

dhcp agent will create 'real' dhcp port after getting response from
neutron server. But after that, dhcp agent will not tell neutron server
that the dhcp port is ready. So, the reported bug can be observed.

If ports are created before dhcp is enabled for network, dhcp agent will
not mark ports as 'ready' as there is no network cache. This patch also
marks all ports in network as ready, in case that happens.

Change-Id: I363d8727f7ef6e6e08be4b0022c6464d51692b85
Closes-bug: #1588906
2016-06-16 06:20:28 +00:00
..
l2 OVS: Add support for IPv6 addresses as tunnel endpoints 2016-05-03 21:07:21 -04:00
l3 DVR: Pings to floatingip returns with fixed-ip on same network 2016-05-24 08:59:25 -04:00
linux functional: Fix ovsdb-monitor waiting for first events 2016-05-19 19:36:12 +00:00
windows Fix Windows IPDevice.device_has_ip racefulness 2016-04-07 16:54:47 -04:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Mark port as ready after enabling dhcp at agent 2016-06-16 06:20:28 +00:00
test_firewall.py functional: fix OVSFW failure with native OVSDB api 2016-05-27 16:08:17 +00:00
test_l2_lb_agent.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
test_l2_ovs_agent.py ovsdb: Don't let block() wait indefinitely 2016-05-27 08:25:00 +00:00
test_ovs_flows.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_ovs_lib.py functional: fix OVSFW failure with native OVSDB api 2016-05-27 16:08:17 +00:00