vmware-nsx/quantum/tests/unit
armando-migliaccio 91b56e41ee Do not require sudo/rootwrap to check for dnsmasq version
The dnsmasq version check does not need root privileges
to run as with low privs it works just fine. As a side
effect, the use of the rootwrapper was causing unit tests
to hung because the execute call in check_version was not
being stubbed out. Weirdly enough this wasn't caught in
a previous Gerrit run; there must be a passwordless sudo
lurking around somewhere in the Gerrit infrastructure.

Fixes bug #1178800

Change-Id: I4d0bd218768eec2439d3907587682ff35884a262
2013-05-10 14:12:18 -07:00
..
bigswitch Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
brocade Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
cisco blueprint cisco-plugin-exception-handling 2013-05-06 11:59:33 -04:00
db Remove unnecessary code from create_pool_health_monitor method 2013-05-05 06:57:17 +04:00
extensions Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
hyperv Docstrings formatted according to pep257 2013-04-30 16:56:35 +03:00
linuxbridge Improve checking of return values for functions in linuxbridge agent plugin 2013-05-07 13:31:19 -04:00
metaplugin Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
midonet Make "shared" filter more compatible with diff DBs 2013-04-10 18:10:23 +08:00
nec Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
nicira Docstrings formatted according to pep257 2013-04-30 16:56:35 +03:00
openvswitch Use sql alchemy to fetch a scalar for the max tunnel id 2013-05-01 02:58:50 +02:00
plumgrid PLUMgrid quantum plugin 2013-02-10 07:49:48 -08:00
ryu Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
services Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
__init__.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
_test_extension_portbindings.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
_test_rootwrap_exec.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
database_stubs.py Improve Python 3.x compatibility 2013-04-29 11:41:46 +02:00
dummy_plugin.py Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
extension_stubs.py Docstrings formatted according to pep257 2013-04-30 16:56:35 +03:00
test_agent_config.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
test_agent_ext_plugin.py Fix issues with db pooling 2013-03-21 18:02:15 +00:00
test_agent_linux_utils.py Add common test base class to hold common things. 2013-03-05 18:07:14 -05:00
test_agent_netns_cleanup.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
test_agent_ovs_cleanup.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
test_agent_rpc.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
test_api_api_common.py Add common test base class to hold common things. 2013-03-05 18:07:14 -05:00
test_api_v2_resource.py Return unicode for object in json and xml serializer 2013-04-01 17:51:10 +08:00
test_api_v2.py Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
test_attributes.py Validate that netaddr does not receive a string with whitespace 2013-05-07 11:52:12 +00:00
test_auth.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
test_common_utils.py Create a common function for method _parse_network_vlan_ranges used 2013-05-09 11:04:16 -04:00
test_config.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
test_db_migration.py Add common test base class to hold common things. 2013-03-05 18:07:14 -05:00
test_db_plugin.py Use Query instances as iterables when possible 2013-04-29 10:12:41 +03:00
test_db_rpc_base.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
test_db.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
test_debug_commands.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
test_dhcp_agent.py Don't run metadata proxy when it is not needed 2013-05-09 14:10:34 +08:00
test_extension_extended_attribute.py Add common test base class to hold common things. 2013-03-05 18:07:14 -05:00
test_extension_extraroute.py Remove deprecated assertEquals alias. 2013-02-28 16:29:23 +09:00
test_extension_pnet.py Stub out get_networks_count properly for pnet unit tests 2013-04-29 21:04:11 +02:00
test_extension_portsecurity.py Perform a joined query for ports and security group associations 2013-05-04 00:35:02 +02:00
test_extension_security_group.py Perform a joined query for ports and security group associations 2013-05-04 00:35:02 +02:00
test_extensions.py Docstrings formatted according to pep257 2013-04-30 16:56:35 +03:00
test_iptables_firewall.py Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
test_iptables_manager.py Add common test base class to hold common things. 2013-03-05 18:07:14 -05:00
test_l3_agent.py Revert "Use wrappers instead of direct calls to ip route." 2013-04-03 15:28:43 -07:00
test_l3_plugin.py Merge "Fix port_id filter not honored" 2013-05-01 19:22:31 +00:00
test_linux_daemon.py Change Daemon class to better match process command lines. 2013-05-07 17:04:20 -04:00
test_linux_dhcp.py Do not require sudo/rootwrap to check for dnsmasq version 2013-05-10 14:12:18 -07:00
test_linux_external_process.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
test_linux_interface.py Set network_device_mtu as integer 2013-05-01 18:28:21 +00:00
test_linux_ip_lib.py Create veth peer in namespace. 2013-04-25 17:07:35 +00:00
test_loadbalancer_plugin.py Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
test_metadata_agent.py Adds POST method support in the metadata service 2013-05-02 01:28:04 +03:00
test_metadata_namespace_proxy.py Adds POST method support in the metadata service 2013-05-02 01:28:04 +03:00
test_policy.py Make the 'admin' role configurable 2013-04-22 20:42:02 +02:00
test_quantum_context.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
test_quantum_manager.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00
test_quota_ext.py Wrap quota controller with resource.Resource 2013-03-08 16:26:53 +08:00
test_rootwrap.py Import recent rootwrap features in local rootwrap 2013-05-07 11:29:30 +02:00
test_routerserviceinsertion.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
test_security_groups_rpc.py Update latest OSLO code 2013-04-21 09:42:59 +00:00
test_servicetype.py Enable automatic validation of many HACKING rules. 2013-04-11 19:48:28 +00:00
test_wsgi.py Docstrings formatted according to pep257 2013-04-30 16:56:35 +03:00
testlib_api.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 15:06:24 -04:00