neutron/neutron/tests/unit/plugins/ml2/drivers
Andreas Scheuring 2e7eb09271 macvtap: Macvtap L2 Agent
This agent is required by the macvtap ml2 driver to support
macvtap attachments for libvirt qemu/kvm instances. It introduces
a new configuration option MACVTAP.physical_interface_mappings.

The review is submitted in three parts:
 - Part 1
    Common functions that are used by the ml2 driver and the agent
 - Part 2
     The Mechanism Driver to support port binding for macvtap attachments
 - Part 3 (this part)
    The Macvtap L2 Agent.

DocImpact
New ML2 mech driver + l2 agent
New config option "macvtap.physical_interface_mappings"

Change-Id: I219d80b4c704ac2f41edd3501f4b2198925778d6
Closes-Bug: #1480979
2016-02-26 15:48:01 +00:00
..
agent Moving Common Agent into separate module 2016-02-05 17:46:41 +01:00
l2pop Merge "Unmarshall portinfo on update_fdb_entries calls" 2016-02-18 09:16:19 +00:00
linuxbridge Merge "Moving Common Agent into separate module" 2016-02-10 21:03:17 +00:00
macvtap macvtap: Macvtap L2 Agent 2016-02-26 15:48:01 +00:00
mech_sriov Merge "sriov-mech: Introduce a new VIF type for PF vnic type" 2016-01-27 18:46:26 +00:00
openvswitch Merge "Add VLAN tag info to port before applying SG initial setup." 2016-02-18 18:24:23 +00:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
base_type_tunnel.py Fix hostname roaming for ml2 tunnel endpoints. 2015-09-21 12:50:00 +02:00
ext_test.py Fix module's import order 2016-01-22 06:38:42 -08:00
mech_fake_agent.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
mechanism_logger.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
mechanism_test.py Add the rebinding chance in _bind_port_if_needed 2016-02-15 14:30:04 +02:00
test_helpers.py Adopt oslotest BaseTestCase as a base class for DietTestCase 2016-01-07 15:08:54 +01:00
test_type_flat.py Make '*' the default ml2 flat_networks configuration 2015-11-06 14:16:32 +00:00
test_type_geneve.py Add Geneve type driver support to ML2 2015-08-27 20:04:35 +03:00
test_type_gre.py Abstract sync_allocations 2015-06-25 09:12:54 +00:00
test_type_local.py Reorganize plugin test modules 2015-04-07 00:55:25 +00:00
test_type_vlan.py Reorganize plugin test modules 2015-04-07 00:55:25 +00:00
test_type_vxlan.py Remove extra indent in testcases 2015-06-02 17:35:44 -07:00