neutron/quantum/tests/unit/linuxbridge
Salvatore Orlando b6185c4338 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
..
__init__.py Allow tox to run plugin specific unit tests 2012-08-24 14:40:29 -07:00
test_defaults.py add local network type and use by default for tenant networks 2012-09-07 21:42:01 -04:00
test_lb_db.py Fix OVS and LB plugins' VLAN allocation table synchronization 2012-09-20 21:11:24 -04:00
test_linuxbridge_plugin.py Use sqlite db on file for unit tests 2012-09-23 05:51:50 -07:00
test_rpcapi.py Allow tox to run plugin specific unit tests 2012-08-24 14:40:29 -07:00