python-neutronclient/neutronclient/tests/unit
Armando Migliaccio 449a1f7d13 Add trunk commands to openstackclient
This patch introduces the client bindings for the trunk
extension. It uses the openstackclient framework, and
thus requires the openstack client to work.

New commands introduced are as follows:
"openstack network trunk create" to create a trunk.
"openstack network trunk set" to update/add subports to a trunk.
"openstack network trunk unset" to remove subports from trunk.
"openstack network trunk list" to list all trunks.
"openstack network trunk delete" to delete trunks.
"openstack subport list --trunk <name>" to list all subports
belonging to a trunk.

DocImpact: Openstackclient now supports CLIs to configure
           trunk resource via OSC plugin for neutronclient

Change-Id: I6fe1dbd81813fae234801a61c0e3d89f9e7c791e
Co-authored-by: SongmingYan <yan.songming@zte.com.cn>
Co-authored-by: Abhishek Raut <rauta@vmware.com>
Partial-implements: blueprint vlan-aware-vms
2016-07-28 05:16:27 -07:00
..
bgp BGP Dynamic Routing: neutronclient changes 2016-02-25 12:22:27 +05:30
flavor Add Neutron flavor framework CLI 2015-11-06 15:37:56 -08:00
fw Merge ""neutron help firewall-rule-update" info updated" 2016-02-16 17:39:02 +00:00
lb Update help information for lbaasv2 CLIs 2016-04-11 07:05:25 +00:00
osc Add trunk commands to openstackclient 2016-07-28 05:16:27 -07:00
qos Add no-shared option to qos-policy-update command 2016-06-13 10:57:04 +00:00
vpn Support sha256 for vpn-ikepolicy and vpn-ipsecpolicy 2016-04-26 02:53:50 -05:00
__init__.py Empty file shouldn't contain copyright nor license 2014-03-13 09:00:18 +08:00
test_auto_allocated_topology.py Remove unnecessary executable permissions 2016-05-26 10:00:05 +02:00
test_casual_args.py Fix invalid error message in neutron-cli 2015-04-15 03:06:59 -07:00
test_cli20.py Switched from fixtures.MonkeyPatch to mock.patch 2016-05-18 11:16:20 +02:00
test_cli20_address_scope.py Remove unnecessary executable permissions 2016-05-26 10:00:05 +02:00
test_cli20_agents.py Show availability_zone info in CLI neutron agent-list 2015-12-17 11:52:07 +08:00
test_cli20_agentschedulers.py Remove XML support 2015-12-09 11:09:26 +03:00
test_cli20_az.py Add availability_zone CLI 2015-12-08 22:36:58 +09:00
test_cli20_extensions.py Merge "Use assertIn where appropriate" 2014-02-22 03:23:36 +00:00
test_cli20_floatingips.py Add parser options for description on resources 2016-03-08 19:12:58 +00:00
test_cli20_metering.py Fix H405 violations 2015-12-13 05:48:42 +09:00
test_cli20_network.py Add parser options for description on resources 2016-03-08 19:12:58 +00:00
test_cli20_network_ip_availability.py Add commands for Network IP Availability 2016-03-02 06:57:02 +00:00
test_cli20_port.py Add parser options for description on resources 2016-03-08 19:12:58 +00:00
test_cli20_purge.py Support cleanup of tenant resources with a single API call 2016-02-29 23:43:41 +00:00
test_cli20_rbac.py add rbac support for qos-policies 2016-02-29 06:27:11 +00:00
test_cli20_router.py Change try..except to assertRaises in UT 2016-04-11 07:06:05 +00:00
test_cli20_securitygroup.py Fix random failure of security group unit test 2016-04-15 12:41:49 +09:00
test_cli20_servicetype.py Remove XML support 2015-12-09 11:09:26 +03:00
test_cli20_subnet.py Merge "Add segment as an attribute to subnet in client" 2016-07-27 20:50:46 +00:00
test_cli20_subnetpool.py Fixes unclear error when no --pool-prefix given 2016-04-22 01:30:28 +03:00
test_cli20_tag.py Add tags support 2016-03-02 21:10:38 +09:00
test_client_extension.py Switched from fixtures.MonkeyPatch to mock.patch 2016-05-18 11:16:20 +02:00
test_command_meta.py Fix arg order of assertEqual and use assertTrue 2015-10-07 13:40:57 +05:30
test_http.py Fix H405 violations 2015-12-13 05:48:42 +09:00
test_name_or_id.py Change try..except to assertRaises in UT 2016-04-11 07:06:05 +00:00
test_quota.py Allow tenant_id positional in quota syntax 2015-12-13 16:49:09 -08:00
test_shell.py Fixed --insecure not taking effect when specified 2016-06-30 21:23:46 +00:00
test_utils.py Improve str2dict key validation to avoid wrong keys 2016-02-21 11:33:29 +00:00
test_validators.py Update hacking to 0.10 2015-03-23 15:28:12 +09:00