neutron/neutron/tests/unit
Kevin Benton 251922f5de Disable DHCP on agent port removal
The previous logic was just ripping the interface out without
stopping dnsmasq. This would lead to a file handle remaining to the
interface which would cause OVS to completely freak out and assign
the same ofport to multiple ports.

This preserves the behavior introduced in
I40b85033d075562c43ce4d0e68296211b3241197 but just fully disables
DHCP rather than relying on an exception generation to cause the
resync.

Closes-bug: #1624701
Change-Id: Icdd9ac136eeb3707c912853b134dbb58109e6940
2016-09-19 00:43:44 +00:00
..
agent Disable DHCP on agent port removal 2016-09-19 00:43:44 +00:00
api Merge "Make DHCP notifier use core resource events" 2016-09-14 21:11:53 +00:00
callbacks Reduce the number of debug traces emitted by registry callbacks 2016-09-07 20:10:16 -07:00
cmd Fix check_asserttruefalse syntax validator 2016-08-11 13:49:47 +00:00
common debtcollector for globals 2016-08-30 10:18:19 -04:00
core_extensions Respond negatively to tenant detachment of enforced QoS policies 2016-05-16 21:54:15 +00:00
db Merge "Correct floating IP extra attributes updating issues" 2016-09-15 02:33:39 +00:00
debug Change external_network_bridge default to '' 2016-08-02 11:35:47 -07:00
extensions Merge "Only do deferred ip allocation on deferred ports" 2016-09-13 01:46:31 +00:00
hacking Prevent use filter(lambda obj: test(obj), data) 2016-09-14 16:23:32 +07:00
ipam Remove availability range code and model 2016-09-06 17:35:12 +00:00
notifiers Fix deprecation warnings 2016-08-26 22:16:06 -04:00
objects Merge "tests: don't override base object test class attributes" 2016-09-15 08:52:22 +00:00
plugins Merge "Make DHCP notifier use core resource events" 2016-09-14 21:11:53 +00:00
quota Merge "Except if tracked resource registered as countable" 2016-09-08 07:04:25 +00:00
scheduler Merge "Only schedule routers from drivers that need it" 2016-09-07 19:04:04 +00:00
services Merge "Implementation of vlan-aware-vms for Linux Bridge" 2016-09-15 01:10:50 +00:00
tests Mock call to sysctl for test_get_free_namespace_port 2016-08-31 14:53:55 -05: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 Switch to neutron-lib for model_base 2016-08-31 11:12:18 -04:00