vmware-nsx/vmware_nsx/tests/unit/services
Abhishek Raut ff5ebec12c NSXv3: Add support for trunk service driver
This patch adds support for trunk extensions in the NSXv3
plugin.
Now you can create trunk and subports which map to CIF
on the backend.
i.e. trunk port <-> parent port and subport <-> child port
on the backend.
If backend fails to update subports, the status of trunk will be set
to ERROR.

Use OSC commands for trunk CRUD operations.
For e.g.
Create trunk with a subport:
openstack network trunk create --parent-port <parent-port>
    --subport port=child-port,segmentation-type=vlan,segmentation-id=200
    TRUNK_NAME

Delete trunk:
openstack network trunk delete TRUNK_NAME

Change-Id: Iedd47d868d803ca8c52856554885fd7d14668924
2016-09-11 04:03:12 -07:00
..
flowclassifier NSX|v service insertion handle upgrade 2016-07-13 11:29:58 +03:00
ipam NSX|v IPAM support for external & provider networks 2016-09-06 12:32:57 +03:00
l2gateway [NSX|v3]: L2gateway fails to start when Bridge cluster configured 2016-08-28 04:12:09 -07:00
neutron_taas NSXv3: Fix tap-flow-create to use floating IP of destination port 2016-08-27 10:06:15 -07:00
qos Fix broken unit tests 2016-09-15 00:44:33 -07:00
trunk NSXv3: Add support for trunk service driver 2016-09-11 04:03:12 -07:00
__init__.py Reorganize vmware_nsx/tests structure 2015-09-24 10:41:10 -07:00