neutron/neutron/tests/unit
Brian Haley a789d23b02 Change OVS agent to update skipped port status to DOWN
When the OVS agent skips processing a port because it was
not found on the integration bridge, it doesn't send back
any status to the server to notify it.  This can cause the
port to get stuck in the BUILD state indefinitely, since
that is the default state it gets before the server tells
the agent to update it.

The OVS agent will now notify the server that any skipped
device should be considered DOWN if it did not exist.

Change-Id: I15dc55951cdb75c6d87d7c645f8e2cbf82b2f3e4
Closes-bug: #1719011
2017-10-09 17:43:47 -04:00
..
agent Merge "Fix for race condition during netns creation" 2017-09-20 16:57:24 +00:00
api Delete dead API v2 router code 2017-09-13 15:11:49 -07:00
cmd Merge "Update to support the ovdsbapp 0.4.0 API" 2017-05-18 03:43:29 +00:00
common Catch exceptions for all rpc casts 2017-07-27 09:03:00 -07:00
conf/agent Agent common config 2017-03-15 09:52:18 -06:00
core_extensions Fix default qos policy when creating network 2017-08-23 13:03:18 +00:00
db Fix device_owner during DVR and HA migrations 2017-09-20 05:13:43 +00:00
debug Refactoring agent linux&ovsdb config 2017-08-25 10:41:39 -04:00
extensions Merge "Refactoring config options for ml2 config opts" 2017-09-13 09:54:47 +00:00
hacking Use flake8-import-order plugin 2017-07-05 03:15:27 +00:00
ipam Removed unnecessary setUp calls in tests 2017-07-31 17:16:01 +02:00
notifiers use service type constants from neutron_lib plugins 2017-06-27 15:16:05 -06:00
objects tests: generate unique network ids for L3HARouterVRIdAllocation 2017-09-15 13:25:35 -06:00
plugins Change OVS agent to update skipped port status to DOWN 2017-10-09 17:43:47 -04:00
privileged Add netlink-lib to manage conntrack entries 2017-07-27 13:56:40 +07:00
quota CountableResource: try count/get functions for all plugins 2017-09-08 10:50:12 -07:00
scheduler Merge "OVO for NetworkDhcpAgentBinding" 2017-09-11 23:10:41 +00:00
services Merge "Switch to Pecan for unit tests" 2017-09-14 15:14:44 +00:00
tests Replaced assertTrue(False) with fail() 2017-06-22 19:31:00 +02:00
__init__.py Don't set use_stderr to False for tests 2017-04-15 01:41:29 +00:00
_test_extension_portbindings.py use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06:00
dummy_plugin.py Consume ServicePluginBase from neutron-lib 2017-03-17 12:06:57 -06:00
extension_stubs.py Consume ServicePluginBase from neutron-lib 2017-03-17 12:06:57 -06:00
test_auth.py Use oslo.context class method to construct context object 2017-03-23 09:02:46 +00:00
test_manager.py use service type constants from neutron_lib plugins 2017-06-27 15:16:05 -06:00
test_opts.py Fix the sriov agent config group name 2016-05-05 16:16:08 +08:00
test_policy.py Remove neutron-fwaas specific policies 2017-07-16 17:56:25 +00:00
test_service.py use neutron-lib.callback.events.AFTER_SPAWN 2017-07-27 05:57:34 +00:00
test_worker.py Move AgentStatusCheckWorker to PeriodicWorker 2016-11-17 15:31:19 -08:00
test_wsgi.py Pass parameters when create eventlet.wsgi server 2017-03-17 14:14:25 +08:00
testlib_api.py API compare-and-swap updates based on revision_number 2017-06-29 22:50:12 +00:00