neutron/neutron/tests/unit
Terry Wilson 3c683709e6 Move L2populationDbMixin to module-level functions
None of the L2populationDbMixin methods actually use 'self' for
anything. As the class is basically just used as a namespace and
modules already provide that, this patch gets rid of the mixin. This
makes the code simpler and easier to debug as inheritance doesn't buy
us anything in this case.

Change-Id: Ibf4dfe49a2ebc32d3909d3d7b579d2bb2ea3f61d
2016-01-15 16:12:10 -06:00
..
agent dhcp: handle advertise_mtu=True when plugin does not set mtu values 2016-01-15 08:40:41 +00:00
api Pecan: Streamline request body processing 2016-01-11 04:07:34 -08:00
callbacks Provide kwargs for callback abort 2016-01-12 21:48:05 +00:00
cmd Make neutron pecan server an option instead of binary 2016-01-14 18:25:13 -08:00
common Unify assertEqual for empty usages 2016-01-07 10:06:35 +00:00
core_extensions QoS core extension: fixed dict extension when QoS policy is unset 2015-08-08 15:44:27 +02:00
db Scope get_tenant_quotas by tenant_id 2016-01-13 14:56:18 +00:00
debug tests: stop validating neutronclient in neutron-debug tests 2016-01-14 06:46:45 +00:00
extensions Merge "Fix Security-rule's port should not set to 0 when Protocol is TCP/UDP" 2016-01-11 14:40:54 +00:00
hacking Unify using assertIsInstance 2016-01-15 00:06:03 +08:00
ipam Merge "Use compare-and-swap for IpamAvailabilityRange" 2015-11-20 22:05:59 +00:00
notifiers Add option for nova endpoint type 2015-12-10 08:40:36 +00:00
objects Add test for Neutron object versions 2016-01-06 10:34:03 +00:00
plugins Move L2populationDbMixin to module-level functions 2016-01-15 16:12:10 -06:00
quota Remove references to model_base through models_v2 2016-01-06 16:12:29 -07:00
scheduler Merge "Unify exceptions for assign router to dvr agent" 2016-01-15 23:48:06 +00:00
services Merge "Unify assertEqual for empty usages" 2016-01-08 04:07:36 +00:00
tests Merge "Different approach to indicate failure on SystemExit" 2015-07-16 06:57:16 +00:00
__init__.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
_test_extension_portbindings.py Context: Remove logic for read_deleted and deprecate it 2015-06-09 13:50:03 -07:00
dummy_plugin.py Fixed a bunch of typos throughout Neutron 2015-10-30 08:54:41 -05:00
extension_stubs.py Merge "Simplify extension processing" 2016-01-10 11:19:24 +00:00
test_auth.py Use assertFalse(observed) instead of assertEqual(False, observed) 2015-11-12 22:50:57 +09:00
test_context.py Support Unicode request_id on Python 3 2015-11-27 16:21:16 +01:00
test_manager.py Pecan controller loads service plugins 2016-01-12 12:28:54 -08:00
test_policy.py Use DEVICE_OWNER_* for 'network:*' constants 2015-11-16 20:45:36 -08:00
test_service.py Refactor TestRpcWorker and TestWorkerService 2015-06-16 15:49:48 +03:00
test_wsgi.py Make sure we return unicode strings for process output 2015-11-20 16:49:51 +01:00
testlib_api.py Improve fixture usage. 2015-07-01 14:53:48 +12:00