neutron/neutron/tests/unit/db
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
..
metering Raise 501 instead of 500 when updating meter-lebel and rule 2016-08-12 09:55:32 +00:00
quota Add API to retrieve default quotas 2016-05-03 00:53:40 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agents_db.py Refactor the rpc callback version discovery mechanism 2016-06-09 07:33:03 +00:00
test_agentschedulers_db.py Make DHCP notifier use core resource events 2016-09-14 00:40:09 -07:00
test_allowedaddresspairs_db.py Use converters and validators from neutron-lib 2016-04-24 19:13:10 -04:00
test_api.py Prepare retry decorator to move to plugin level 2016-09-08 14:07:08 -07:00
test_common_db_mixin.py L3HA: Do not wrap create/delete in transaction 2016-03-11 23:59:10 +00:00
test_db_base_plugin_common.py Replace to_dict() calls with a function decorator 2015-08-03 11:42:25 +03:00
test_db_base_plugin_v2.py Relocate L3 DB Models 2016-09-27 16:58:55 +00:00
test_dvr_mac_db.py Make pep8 job great again 2016-06-21 16:23:51 +00:00
test_ipam_backend_mixin.py Try to reuse existing IPs when a port update specifies subnet 2016-09-20 21:58:55 -06:00
test_ipam_pluggable_backend.py Merge "fix port address allocation for auto-addr subnet" 2016-09-14 02:29:58 +00:00
test_l3_db.py Relocate L3 DB Models 2016-09-27 16:58:55 +00:00
test_l3_dvr_db.py Fix Rollback port's device_owner 2016-09-13 15:53:12 +07:00
test_l3_hamode_db.py l2pop fdb flows for HA router ports 2016-09-08 22:30:16 +00:00
test_migration.py Revert "Support unique labels for alembic branches" 2016-07-06 16:51:04 +00:00
test_model_base.py Allow unique keys to be used with get_object 2016-07-12 16:18:03 +03:00
test_portsecurity_db.py port security: gracefully handle resources with no bindings 2016-03-24 22:27:31 +01:00
test_portsecurity_db_common.py objects: introduce NetworkPortSecurity object 2016-06-27 18:35:47 +02:00
test_provisioning_blocks.py Check for provisioning blocks before updating port up 2016-07-09 18:00:18 +00:00
test_securitygroups_db.py Security group call back need cascading delete the related rules 2016-08-26 04:32:45 +00:00
test_segments_db.py Dont use query if network_ids is empty 2016-05-30 03:13:21 +00:00
test_sqlalchemytypes.py Truncate microseconds before DB insertion 2016-09-01 13:25:24 +00:00
test_standard_attr.py Garbage collect HasStandardAttributes subclasses in StandardAttrTestCase 2016-09-17 07:49:35 +00:00