neutron/neutron/tests/unit
Kevin Benton c05751a556 Catch InvalidInput in DHCP port actions
The exception handler checking for concurrently deleted subnets
was missing InvalidInput, which comes from IPAM when a port creation
request references a subnet that doesn't exist.

This patch just catches that exception.

Change-Id: I14f9e4bddde845e3fef2b0d8649d3954ba5c93bd
Closes-Bug: #1618187
2016-08-27 03:28:45 -07:00
..
agent Merge "Wait for ovsdb_monitor to be active before use it" 2016-08-29 07:28:30 +00:00
api Catch InvalidInput in DHCP port actions 2016-08-27 03:28:45 -07:00
callbacks Make callback manager Object Oriented friendly 2016-08-17 10:17:14 +00:00
cmd Fix check_asserttruefalse syntax validator 2016-08-11 13:49:47 +00:00
common Fix deprecation warnings 2016-08-26 22:16:06 -04:00
core_extensions Respond negatively to tenant detachment of enforced QoS policies 2016-05-16 21:54:15 +00:00
db Merge "Remove deprecated default subnetpools" 2016-08-29 07:29:01 +00:00
debug Change external_network_bridge default to '' 2016-08-02 11:35:47 -07:00
extensions Merge "Enable create and delete segments in ML2" 2016-08-29 14:14:29 +00:00
hacking Fix deprecation warnings 2016-08-26 22:16:06 -04:00
ipam Fix updating allocation_pools on subnet update 2016-07-28 11:24:43 -06:00
notifiers Fix deprecation warnings 2016-08-26 22:16:06 -04:00
objects Move standard attr out of model_base 2016-08-27 17:46:38 -04:00
plugins Merge "Enable create and delete segments in ML2" 2016-08-29 14:14:29 +00:00
quota Rename DB columns: tenant -> project 2016-08-03 14:34:37 +00:00
scheduler Enable create and delete segments in ML2 2016-08-28 01:24:56 -04:00
services Add test cases for Invalid exception type 2016-08-28 17:05:39 +08:00
tests Fixed neutron-db-manage without neutron/tests installed 2016-08-15 06:31:13 +00:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
_test_extension_portbindings.py Fix module's import order 2016-01-22 06:38:42 -08:00
dummy_plugin.py Make service plugins' get_plugin_type classmethods 2016-06-07 15:33:07 -05:00
extension_stubs.py Add a description field to all standard resources 2016-03-05 02:29:35 +00:00
test_auth.py Fix params order in assertEqual 2016-01-13 18:24:04 +05:30
test_context.py Support Unicode request_id on Python 3 2015-11-27 16:21:16 +01:00
test_manager.py Add the ability to load a set of service plugins on startup 2016-02-10 10:04:15 -06:00
test_opts.py Fix the sriov agent config group name 2016-05-05 16:16:08 +08:00
test_policy.py Fix deprecation warnings 2016-08-26 22:16:06 -04:00
test_service.py Fix that api_workers=0 doesn't spawn any api workers 2016-07-29 05:40:05 -04:00
test_wsgi.py Get rid of get_engine() in db/api.py 2016-08-12 15:48:17 +03:00
testlib_api.py New engine facade from oslo_db: Step 2 2016-07-06 16:32:43 +03:00