neutron/neutron/tests/unit/ml2
Shweta P c027c6cef8 Passes the plugin context variable in the ML2 Extension Driver API
Many neutron extensions(like portsecurity) use the plugin_context
variable instead of just the database session. This change
modifies the extension driver api to pass the plugin_context

Change request also modifies the extend_XXX resource api to use the
respective data model(network/subnet/port) passed to it.

Implements: blueprint extensions-in-ml2
Partially Implements: blueprint ml2-ovs-portsecurity
Closes-Bug: 1382448
Change-Id: Icf84615e5fee8b59cbc95ab9b634f1a49f4b56a3
2015-02-26 04:13:23 +08:00
..
db ML2: DB changes for hierarchical port binding 2015-02-13 23:30:25 -05:00
drivers Cisco Nexus ML2 Vendor decomposition 2015-02-20 12:01:13 +00:00
extensions Support for extensions in ML2 2014-08-31 05:43:01 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
_test_mech_agent.py ML2: Driver API changes for hierarchical port binding 2015-01-15 19:46:05 -05:00
test_agent_scheduler.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
test_driver_context.py ML2: DB changes for hierarchical port binding 2015-02-13 23:30:25 -05:00
test_extension_driver_api.py Passes the plugin context variable in the ML2 Extension Driver API 2015-02-26 04:13:23 +08:00
test_helpers.py Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
test_mech_hyperv.py Improve agent-based flat/vlan ml2 port binding failure logging 2015-01-21 08:13:49 -05:00
test_mech_linuxbridge.py Improve agent-based flat/vlan ml2 port binding failure logging 2015-01-21 08:13:49 -05:00
test_mech_openvswitch.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
test_mechanism_odl.py Drop bw compact module for OpenDayLight 2015-01-31 11:08:01 -08:00
test_ml2_plugin.py Merge "Remove remaining do_delete from unit tests" 2015-02-22 10:39:58 +00:00
test_port_binding.py ML2: Hierarchical port binding 2015-02-14 04:36:29 +00:00
test_rpcapi.py Stale VXLAN and GRE tunnel port/flow deletion 2015-02-11 00:24:37 -08:00
test_security_group.py return the dict of port when no sec-group involved 2014-12-05 06:16:34 +00:00
test_type_flat.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
test_type_gre.py Merge "Stale VXLAN and GRE tunnel port/flow deletion" 2015-02-20 21:25:45 +00:00
test_type_local.py Add partial specs support in ML2 for multiprovider extension 2014-07-21 20:02:14 +00:00
test_type_tunnel.py Stale VXLAN and GRE tunnel port/flow deletion 2015-02-11 00:24:37 -08:00
test_type_vlan.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
test_type_vxlan.py Stale VXLAN and GRE tunnel port/flow deletion 2015-02-11 00:24:37 -08:00