neutron/neutron/tests/unit
Paul Michali 8a1d021943 VPNaaS Service Driver for Cisco CSR
This has the service driver part of the vendor specific VPNaaS plugin.
This version DOES NOT rely on the Service Type Framework code, which is
presently under review (client 53602, server 41827) and on hold due to
discussion over flavors. As a result, this changeset has modifications
so that the service driver is not hard-coded in the VPN plugin.

The device driver will be under a separate review and has the REST
client that talks to the Cisco CSR (running out-of-band).

Note: See review 74156 for more details on device driver portion of
      this blueprint.

Change-Id: I39b1475c992b594256f5a28be0caa1ee9398050e
Partially-implements: blueprint vpnaas-cisco-driver
2014-03-05 15:08:39 -05:00
..
agent Remove psutil dependency 2014-02-10 12:40:16 -06:00
api Send DHCP notifications regardless of agent status 2013-12-19 07:08:19 +00:00
bigswitch BigSwitch: Add address pair support to plugin 2014-03-03 10:25:25 +00:00
brocade Neutron network delete fails with brocade plugin 2013-09-24 01:32:00 +00:00
cisco Merge "Use database session from the context in N1kv plugin" 2014-03-05 00:09:37 +00:00
db VPNaaS Service Driver for Cisco CSR 2014-03-05 15:08:39 -05:00
embrane Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
extensions Fix H102, H103 Apache 2.0 license hacking check error 2013-08-08 12:46:18 +09:00
hyperv Minor refactoring for Hyper-V utils and tests 2014-03-04 07:52:45 -08:00
ibm Adds the new IBM SDN-VE plugin 2014-03-01 10:59:54 -05:00
linuxbridge Merge "Remove pyudev dependency" 2014-03-04 18:43:13 +00:00
metaplugin Make metaplugin be used with a router service plugin 2014-02-24 07:24:02 +09:00
midonet options: consolidate options definitions 2014-02-24 13:25:11 +09:00
ml2 Merge "Implementaion of Mechanism driver for Brocade VDX cluster of switches" 2014-03-05 19:10:52 +00:00
mlnx Merge "Implement Mellanox ML2 MechanismDriver" 2014-03-04 16:22:50 +00:00
nec Merge "NEC plugin: PFC packet fitler support" 2014-03-05 14:22:11 +00:00
nuage Nuage Networks Plugin 2014-02-28 14:22:42 -08:00
ofagent Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00
openvswitch replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
plumgrid Implements provider network support in PLUMgrid plugin 2014-02-19 23:23:17 -08:00
ryu replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
services VPNaaS Service Driver for Cisco CSR 2014-03-05 15:08:39 -05:00
vmware Fix NVP/Nicira nits 2014-03-03 14:48:59 -08:00
__init__.py Update lockutils and fixture in openstack.common 2014-01-09 15:59:10 +04:00
_test_extension_portbindings.py ML2 binding:profile port attribute 2014-02-24 12:30:46 -05:00
_test_rootwrap_exec.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
database_stubs.py Use built-in print() instead of print statement 2013-09-21 07:30:33 -07:00
dummy_plugin.py Service Type Framework refactoring 2013-07-25 21:47:30 +04:00
extension_stubs.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_config.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_ext_plugin.py Remove plugin_name_v2 and extension_manager in test_config 2014-01-06 20:02:00 +09:00
test_agent_linux_utils.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
test_agent_netns_cleanup.py Improve dhcp agent structure to support multiple dhcp models 2013-08-23 13:41:31 -07:00
test_agent_ovs_cleanup.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_rpc.py Add l2 population base classes 2013-09-12 01:06:51 +02:00
test_api_api_common.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_api_v2.py replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
test_api_v2_extension.py tests/service: consolidate setUp/tearDown logic 2014-02-25 10:33:56 +09:00
test_api_v2_resource.py replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
test_attributes.py Merge "NEC plugin: PFC packet fitler support" 2014-03-05 14:22:11 +00:00
test_auth.py Return request-id in API response 2014-02-10 04:58:38 +09:00
test_common_log.py Make neutron.common.log.log print module path 2013-09-07 02:10:57 +09:00
test_common_utils.py replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
test_config.py Utilizes assertIsNone and assertIsNotNone 2013-10-23 10:59:16 +08:00
test_db_migration.py Add support for service plugins to the migration framework 2013-08-09 14:08:27 +04:00
test_db_plugin.py replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
test_db_rpc_base.py Fix class name typo in test_db_rpc_base 2014-02-19 19:28:18 +09:00
test_debug_commands.py options: consolidate options definitions 2014-02-24 13:25:11 +09:00
test_dhcp_agent.py options: consolidate options definitions 2014-02-24 13:25:11 +09:00
test_extension_allowedaddresspairs.py Remove plugin_name_v2 and extension_manager in test_config 2014-01-06 20:02:00 +09:00
test_extension_ext_gw_mode.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
test_extension_ext_net.py Remove plugin_name_v2 and extension_manager in test_config 2014-01-06 20:02:00 +09:00
test_extension_extended_attribute.py tests/unit: Initialize core plugin in TestL3GwModeMixin 2014-02-20 13:01:28 +09:00
test_extension_extradhcpopts.py extra_dhcp_opt add checks for empty strings 2013-12-13 08:40:28 -07:00
test_extension_extraroute.py Remove plugin_name_v2 and extension_manager in test_config 2014-01-06 20:02:00 +09:00
test_extension_firewall.py tests/service: consolidate setUp/tearDown logic 2014-02-25 10:33:56 +09:00
test_extension_pnet.py tests/unit: Initialize core plugin in TestL3GwModeMixin 2014-02-20 13:01:28 +09:00
test_extension_portsecurity.py Use "!=" instead of "is not" when comparing two values 2014-02-21 21:15:19 +09:00
test_extension_security_group.py Fix negative unit test for sec group rules 2014-01-14 15:24:50 -08:00
test_extensions.py Added check on plugin.supported_extension_aliases 2013-11-19 12:51:21 -06:00
test_iptables_firewall.py Merge "Pass in certain ICMPv6 types by default" 2013-12-02 07:45:58 +00:00
test_iptables_manager.py Fix wrap target in iptables_manager 2014-02-23 22:30:31 +01:00
test_l3_agent.py Merge "L3 agent fetches the external network id once" 2014-03-05 19:10:33 +00:00
test_l3_plugin.py replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
test_l3_schedulers.py Remove plugin_name_v2 and extension_manager in test_config 2014-01-06 20:02:00 +09:00
test_legacy.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_linux_daemon.py Merge "Change daemon Pidfile class to not use root_helper" 2013-09-19 21:21:12 +00:00
test_linux_dhcp.py Merge "Make sure dnsmasq can distinguish IPv6 address from MAC address" 2014-03-03 19:54:04 +00:00
test_linux_external_process.py Change daemon Pidfile class to not use root_helper 2013-09-10 13:04:14 -04:00
test_linux_interface.py Avoid unnecessarily checking the existence of a device 2014-03-04 17:55:53 +00:00
test_linux_ip_lib.py Fix ValueError in ip_lib.IpRouteCommand.get_gateway() 2014-02-12 15:43:52 +09:00
test_metadata_agent.py Include proper Content-Type in the HTTP response headers 2014-02-25 15:56:43 +05:30
test_metadata_namespace_proxy.py Include proper Content-Type in the HTTP response headers 2014-02-25 15:56:43 +05:30
test_neutron_context.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
test_neutron_manager.py tests/unit: Initialize core plugin in TestL3GwModeMixin 2014-02-20 13:01:28 +09:00
test_policy.py Use six.StringIO/BytesIO instead of StringIO.StringIO 2014-02-17 11:13:33 +08:00
test_post_mortem_debug.py Add post-mortem debug option for tests 2013-12-10 03:56:50 +00:00
test_provider_configuration.py replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
test_quota_ext.py Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
test_routerserviceinsertion.py tests/unit: Initialize core plugin in TestL3GwModeMixin 2014-02-20 13:01:28 +09:00
test_security_groups_rpc.py Improve handling of security group updates 2014-02-09 02:29:04 -08:00
test_servicetype.py replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
test_wsgi.py wsgi.run_server no longer used 2014-02-20 20:15:21 -08:00
testlib_api.py add portbinding host into vip port 2013-09-25 14:41:31 +08:00