vmware-nsx/quantum
Salvatore Orlando 652477b765 Use sqlite db on file for unit tests
bug 1054387

So far unit tests were executed using an in-memory database.
Memory was not being freed thus causing oom frequently due to
the increased number of unit tests.
Since sqlite in memory db do not work very well anyway with nose,
we are moving to file-based databases; slower, but safer.

Also, this patch removes a bunch of unit tests which do not add
anything to code coverage or number or test cases exercised.

Change-Id: Ib853727a5268643fbe8a99f6ebd0fc10aca6a43a
2012-09-23 05:51:50 -07:00
..
agent l3-agent: move check if ext-net bridge exists within daemon loop 2012-09-20 23:52:52 -07:00
api Removed eval of unchecked strings. 2012-09-17 09:11:43 -07:00
common Remove a function that is not used 2012-09-21 10:28:00 +00:00
db Use sqlite db on file for unit tests 2012-09-23 05:51:50 -07:00
debug remove not need shebang line in quantum debug 2012-09-13 12:17:49 +08:00
extensions Merge "add local network type and use by default for tenant networks" 2012-09-09 12:07:13 +00:00
openstack ZMQ fixes for Quantum from openstack-common 2012-09-20 18:53:03 -04:00
plugins remove default value of local_ip in OVS agent 2012-09-21 16:53:08 -04:00
rootwrap fix for nested rootwrap checks with 'ip netns exec' 2012-09-17 10:35:51 -07:00
server Implements the blueprint use-common-cfg for the quantum service. 2012-06-20 02:30:11 -04:00
tests Use sqlite db on file for unit tests 2012-09-23 05:51:50 -07:00
__init__.py Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00
auth.py Make quantum pipeline configurable from quantum.conf. 2012-07-27 17:08:21 +09:00
context.py Introduce files from openstack common. 2012-07-17 06:41:14 +08:00
manager.py Ensures API v2 router does not load plugin twice 2012-07-14 09:52:10 -07:00
policy.py Policies for external networks 2012-09-08 14:13:49 -07:00
quantum_plugin_base_v2.py updated outdated comments in base v2 plugin class 2012-08-24 19:28:28 -07:00
quota.py Add quota per-tenant. 2012-08-14 23:27:56 +08:00
service.py Remove paste configuration details to a seperate file. 2012-06-24 01:45:27 -04:00
version.py Bump version to 2013.1, open Grizzly 2012-09-12 10:18:12 +02:00
wsgi.py Add quota per-tenant. 2012-08-14 23:27:56 +08:00