neutron/neutron/tests/unit
Kevin Benton 7f9c625992 Allow combined certificate/key files for SSL
Allows the ssl_key_file parameter to be excluded
during SSL operation to support combined certificate/key files.

Closes-Bug: #1303312
Change-Id: Ied5c7a7657e0e26eda31305fc96104c6593e9593
2014-04-13 09:22:23 +00:00
..
agent Merge "fixes tests using called_once_ without assert" 2014-04-03 18:08:00 +00:00
api Fix misleading error message about failed dhcp notifications 2014-03-17 16:32:44 -07:00
bigswitch BigSwitch: Create router ports synchronously 2014-04-08 09:36:20 -07:00
brocade Neutron network delete fails with brocade plugin 2013-09-24 01:32:00 +00:00
cisco Fix dangling patches in Cisco and Midonet tests 2014-04-13 00:26:41 +00:00
db UT: do not hide an original error in test resource ctxtmgr 2014-03-28 05:49:13 +00:00
embrane Remove individual cfg.CONF.resets from tests 2014-03-17 12:34:56 -04:00
extensions Fix H102, H103 Apache 2.0 license hacking check error 2013-08-08 12:46:18 +09:00
hyperv Fixes Hyper-V agent security group ICMP rules 2014-04-10 00:05:43 +03:00
ibm Remove individual cfg.CONF.resets from tests 2014-03-17 12:34:56 -04:00
linuxbridge Merge "lb-agent: fix get_interfaces_on_bridge returning None" 2014-04-11 14:09:59 +00:00
metaplugin Enable hacking H301 check 2014-04-01 13:10:14 -04:00
midonet Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
ml2 Merge "ML2 Cisco Nexus MD: Support portchannel interfaces" 2014-04-10 14:29:21 +00:00
mlnx Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
nec Replace HTTPSConnection in NEC plugin 2014-04-03 23:28:19 +09:00
notifiers Only send notifications on uuid device_id's 2014-03-31 11:07:40 -07:00
nuage UT: do not hide an original error in test resource ctxtmgr 2014-03-28 05:49:13 +00:00
ofagent Merge "OFAgent: Avoid re-wiring ports unnecessarily" 2014-04-09 13:50:26 +00:00
oneconvergence Permit ICMPv6 RAs only from known routers 2014-04-02 16:24:17 +08:00
openvswitch Merge "Remove duplicated tests for check_ovs_vxlan_version" 2014-04-09 08:32:28 +00:00
plumgrid Implements provider network support in PLUMgrid plugin 2014-02-19 23:23:17 -08:00
ryu Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
services Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
vmware Merge "NSX plugin: fix get_gateway_devices" 2014-04-11 15:03:04 +00: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 individual cfg.CONF.resets from tests 2014-03-17 12:34:56 -04:00
test_agent_linux_utils.py Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_agent_netns_cleanup.py fixes broken neutron-netns-cleanup 2014-04-02 13:37:24 +00:00
test_agent_ovs_cleanup.py Remove individual cfg.CONF.resets from tests 2014-03-17 12:34:56 -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 Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_api_v2_extension.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00: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 "Fix _validate_mac_address method" 2014-04-08 06:05:09 +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 Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_db_plugin.py Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_db_rpc_base.py Avoid long transaction in plugin.delete_ports() 2014-03-16 00:19:51 +09:00
test_debug_commands.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_dhcp_agent.py Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_dhcp_scheduler.py Fix DetachedInstanceError for Agent instance 2014-02-27 14:48:11 +00: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 Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +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 Remove individual cfg.CONF.resets from tests 2014-03-17 12:34:56 -04: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 tests/unit: clean up notification driver 2014-03-20 11:42:59 +09:00
test_extension_firewall.py tests/service: consolidate setUp/tearDown logic 2014-02-25 10:33:56 +09:00
test_extension_pnet.py Remove individual cfg.CONF.resets from tests 2014-03-17 12:34:56 -04: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 Redundant SG rule create calls in unit tests 2014-04-03 23:31:06 +05:30
test_extensions.py Added check on plugin.supported_extension_aliases 2013-11-19 12:51:21 -06:00
test_iptables_firewall.py Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_iptables_manager.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_ipv6.py Calculate stateless IPv6 address 2014-03-17 15:48:46 -04:00
test_l3_agent.py Merge "Clean out namespaces even if we don't delete namespaces" 2014-04-09 07:20:58 +00:00
test_l3_plugin.py UT: do not hide an original error in test resource ctxtmgr 2014-03-28 05:49:13 +00:00
test_l3_schedulers.py UT: do not hide an original error in test resource ctxtmgr 2014-03-28 05:49:13 +00:00
test_linux_daemon.py Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_linux_dhcp.py Remove "reuse_existing" from setup method in dhcp.py 2014-04-10 08:23:15 +00:00
test_linux_external_process.py Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_linux_interface.py Fix dangling patches in Cisco and Midonet tests 2014-04-13 00:26:41 +00:00
test_linux_ip_lib.py Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_metadata_agent.py Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_metadata_namespace_proxy.py Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_neutron_context.py Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_neutron_manager.py Remove individual cfg.CONF.resets from tests 2014-03-17 12:34:56 -04:00
test_policy.py Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_post_mortem_debug.py fixes tests using called_once_ without assert 2014-04-02 21:34:18 +02: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 Remove mock.patch.stop from tests that inherit from BaseTestCase 2014-04-10 11:40:56 +00:00
test_routerserviceinsertion.py Remove individual cfg.CONF.resets from tests 2014-03-17 12:34:56 -04:00
test_security_groups_rpc.py Revert "Hide ipv6 subnet API attributes" 2014-04-08 17:40:18 -04:00
test_servicetype.py Remove individual cfg.CONF.resets from tests 2014-03-17 12:34:56 -04:00
test_wsgi.py Allow combined certificate/key files for SSL 2014-04-13 09:22:23 +00:00
testlib_api.py add portbinding host into vip port 2013-09-25 14:41:31 +08:00