neutron/neutron/tests/unit/ml2
Ryota MIBU e73f8da072 Set vif_details to reflect enable_security_group
While plugging vif, VIFDriver in Nova follows "ovs_hybrid_plug" and
"port_filter" in "binding:vif_detail" which is passed from Neutron, but
those are always true.  This patch make ML2 OVS mech driver set those
param depends on enable_security_group flag.  It enables users to avoid
ovs_hybrid plugging.

This patch also fixes the same issue in the following plugins/drivers:
  * NEC Plugin
  * BigSwitch Plugin
  * Ryu Plugin
  * ML2 Plugin - OFAgent Mech Driver

Closes-Bug: #1336624
Change-Id: I2b7fb526a6f1b730ad65289307b24fd28b996e1b
2014-09-21 17:41:38 +09:00
..
db Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
drivers Set vif_details to reflect enable_security_group 2014-09-21 17:41:38 +09:00
extensions Support for extensions in ML2 2014-08-31 05:43:01 -07:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
_test_mech_agent.py Set vif_details to reflect enable_security_group 2014-09-21 17:41:38 +09: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 Fix to enable L2pop to serve DVR 2014-08-06 23:04:00 +00:00
test_extension_driver_api.py Support for extensions in ML2 2014-08-31 05:43:01 -07: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 Implement ML2 port binding 2013-09-03 18:05:20 -04:00
test_mech_linuxbridge.py Vxlan / L2population support to Linuxbridge Agent 2013-09-12 02:51:37 +02:00
test_mech_openvswitch.py Set vif_details to reflect enable_security_group 2014-09-21 17:41:38 +09:00
test_mechanism_ncs.py Remove individual cfg.CONF.resets from tests 2014-03-17 12:34:56 -04:00
test_mechanism_odl.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
test_ml2_plugin.py Fix foreign key constraint error on ml2_dvr_port_bindings 2014-09-19 12:11:24 -07:00
test_port_binding.py ML2: Make get_device_details report mac address as well 2014-08-14 08:35:31 +09:00
test_rpcapi.py Add the unit tests for ml2.rpc module 2014-09-08 20:05:17 +02:00
test_security_group.py Make SecurityGroupsRpcCallback a separate callback class 2014-08-30 10:19:42 +08:00
test_type_flat.py Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
test_type_gre.py Refactor test_type_gre/vxlan to reduce duplicate code 2014-08-26 12:15:19 +02:00
test_type_local.py Add partial specs support in ML2 for multiprovider extension 2014-07-21 20:02:14 +00:00
test_type_vlan.py Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
test_type_vxlan.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00