neutron/neutron/tests/unit/db
Ryan Tidwell 773a3916ea Add BGP Dynamic Routing DB Model and Basic CRUD
This patch enables basic CRUD on BGP dynamic routing
entities bgp_speaker and bgp_peer, as well as
bgp_speaker-bgp_peer and bgp_speaker-network
bindings.

An admin user can create BgpSpeakers and configure
peering entities (BgpPeers) for BgpSpeakers. BgpSpeaker
to BgpPeer association is n-to-n. An admin user can
also associate networks with BgpSpeakers. Relationship
between BgpSpeaker and Network is 1-to-n.

This patch provides BGP-related functionality only to
the admin users.

Partially-Implements: blueprint bgp-dynamic-routing
Co-Authored-By: Ryan Tidwell <ryan.tidwell@hpe.com>
Co-Authored-By: Jaume Devesa <devvesa@gmail.com>
Co-Authored-By: vikram.choudhary <vikram.choudhary@huawei.com>
Change-Id: I2412c1689683da9d7ec884a4cea506d4eed99453
2016-02-11 14:43:35 -07:00
..
metering COMMON_PREFIXES cleanup - patch 1/5 2015-07-02 17:05:27 -07:00
quota Scope get_tenant_quotas by tenant_id 2016-01-13 14:56:18 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agents_db.py Add periodic agents health check. 2015-10-01 09:21:54 +00:00
test_agentschedulers_db.py Move check_dvr_serviceable_ports_on_host() to dvr scheduler 2016-02-09 11:41:51 +03:00
test_allowedaddresspairs_db.py Fix params order in assertEqual 2016-02-03 11:54:29 +05:30
test_api.py Retry port create/update on duplicate db records 2016-01-14 20:40:49 -08:00
test_bgp_db.py Add BGP Dynamic Routing DB Model and Basic CRUD 2016-02-11 14:43:35 -07:00
test_common_db_mixin.py Make object creation methods in l3_hamode_db atomic 2016-01-18 13:36:39 +03: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 Test helpers to facilitate testing BGP dynamic routing. 2016-02-08 17:09:53 -08:00
test_dvr_mac_db.py Optimize get_ports_on_host_by_subnet() dvr rpc handler 2016-01-18 14:04:52 +03:00
test_ipam_backend_mixin.py DB, IPAM & RPC changes for IPv6 Prefix Delegation 2015-08-05 12:22:22 +01:00
test_ipam_non_pluggable_backend.py Move tests for non pluggable ipam backend 2015-08-19 13:09:02 +03:00
test_ipam_pluggable_backend.py Merge "Add generated port id to port dict" 2016-02-05 09:07:18 +00:00
test_l3_db.py Merge "Support MTU advertisement using IPv6 RAs" 2016-02-10 23:15:13 +00:00
test_l3_dvr_db.py Merge "Only prevent l3 port deletion if router exists" 2016-02-04 18:47:12 +00:00
test_l3_hamode_db.py HA for DVR - Neutron Server side code changes 2016-02-08 16:49:58 -07:00
test_migration.py neutron-db-manage: expose alembic 'heads' command 2015-11-20 17:39:11 +01:00
test_securitygroups_db.py Add popular IP protocols for security group 2016-01-22 19:25:33 +05:30