neutron/neutron/tests/unit/extensions
Manjeet Singh Bhatia 2b66c6a2ed Relocate L3 DB Models
As we have started oslo versioned objects implementations. There
would be issue of cyclic import while implementation for objects
which have db models definitions and mixins in same file. This patch
will move routers models as discussed in [1].

For example DNS models and some queries are in same file [2]. for object
implementation I have separate models definitions and mixins where
queries were being done [3].

[1]. https://www.mail-archive.com/openstack-dev@lists.openstack.org/msg88910.html
[2]. https://review.openstack.org/#/c/334695/15/neutron/db/dns_db.py
[3]. https://review.openstack.org/#/c/334695/15/neutron/db/models/dns_models.py

Change-Id: I9b9a44da5d28252be58cea1a920a64e18d8bbf32
Partial-Bug: #1597913
2016-09-27 16:58:55 +00:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base.py Fix params order in assertEqual 2016-02-03 11:54:29 +05:30
extendedattribute.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
extensionattribute.py Introduce usage data tracking for Neutron 2015-07-28 11:55:03 -07:00
foxinsocks.py Classes lack metaclass decoration 2016-05-05 13:31:15 -06:00
test_address_scope.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_agent.py Neutron-lib: use the L3_AGENT* definitions from neutron-lib 2016-08-01 06:50:11 -07:00
test_availability_zone.py tests: stop using ml2 plugin full import paths in tests 2016-07-27 10:40:22 +00:00
test_default_subnetpools.py Remove deprecated default subnetpools 2016-08-02 11:25:12 +01:00
test_dns.py Fix deprecation warnings 2016-08-26 22:16:06 -04:00
test_external_net.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_extra_dhcp_opt.py Fix params order in assertEqual 2016-02-03 11:54:29 +05:30
test_extraroute.py Ensure unit tests don't assume an IP address allocation strategy 2016-05-17 09:50:25 -07:00
test_flavors.py Relocate L3 DB Models 2016-09-27 16:58:55 +00:00
test_l3.py Relocate L3 DB Models 2016-09-27 16:58:55 +00:00
test_l3_ext_gw_mode.py Relocate L3 DB Models 2016-09-27 16:58:55 +00:00
test_netmtu.py Calculate MTU on every network fetch instead of on create 2016-07-20 13:26:50 +02:00
test_network_ip_availability.py Fix deprecation warnings 2016-08-26 22:16:06 -04:00
test_portsecurity.py Use converters and validators from neutron-lib 2016-04-24 19:13:10 -04:00
test_providernet.py Accept and return project_id for API calls 2016-09-12 19:23:53 +00:00
test_quotasv2.py tests: stop using ml2 plugin full import paths in tests 2016-07-27 10:40:22 +00:00
test_router_availability_zone.py Make service plugins' get_plugin_type classmethods 2016-06-07 15:33:07 -05:00
test_securitygroup.py Add common way to extend standard attribute models 2016-09-15 01:42:24 +00:00
test_segment.py Only do deferred ip allocation on deferred ports 2016-09-12 16:14:54 -06:00
test_servicetype.py Add method to get service provider names by resources 2016-05-12 07:40:45 -07:00
test_subnet_service_types.py IP allocation with Service Subnets 2016-08-24 20:03:22 +01:00
test_tag.py Add filter for resource tag 2016-03-01 20:47:12 +00:00
test_timestamp.py Include timezone in timestamp fields 2016-09-14 12:04:15 -07:00
test_vlantransparent.py Remove transparent VLAN support from base plugin 2015-11-28 06:07:23 -08:00
v2attributes.py Simplify extension processing 2015-09-30 15:29:06 +09:00