gantt/nova/tests
Johannes Erdfelt 844d37c8cc Disable SQLite synchronous mode during tests
SQLite uses synchronous mode by default, which will synchronously write
data to disk. This will increase durability of data at the expense of
performance. The test suite does not need data to be durably written
to disk, so disabling synchronous mode results in a speeding up the
full test suite by about 20 seconds.

Change-Id: I5ca1ab1e8691e912d801fe1002dff752c82f3d5d
2011-10-31 20:34:16 +00:00
..
notifier Fixed some pep8 and pylint issues. 2011-08-23 15:50:39 -05:00
scheduler Creating uuid -> id mapping for S3 Image Service 2011-10-31 13:56:03 -04:00
vmwareapi Fixing tests 2011-09-21 16:43:45 +00:00
xenapi Fix concurrency of XenAPI sessions 2011-10-24 22:43:43 +00:00
__init__.py pass in the right argument 2011-07-22 17:01:35 -05:00
declare_flags.py add copyright headers 2010-08-03 16:51:37 +02:00
fake_flags.py Disable SQLite synchronous mode during tests 2011-10-31 20:34:16 +00:00
hyperv_unittest.py switch FLAGS.* = in tests to self.flags(...) 2011-08-03 12:22:58 -07:00
runtime_flags.py add copyright headers 2010-08-03 16:51:37 +02:00
test_access.py fix test_access 2011-07-22 20:41:46 +00:00
test_adminapi.py remove unused rpc connections in test_cloud and test_adminapi 2011-08-28 19:27:49 -07:00
test_api.py Adjust test_api to account to multiple rules getting returned for a single set rule. 2011-09-05 12:06:13 +02:00
test_auth.py Forgot to set the flag for the test 2011-08-23 13:44:21 -07:00
test_compute.py Revert how APIs get IP address info for instances 2011-10-26 19:17:42 -07:00
test_compute_utils.py Adds more usage data to Nova's usage notifications. 2011-10-12 19:11:14 +00:00
test_console.py fix a whole bunch of tests 2011-07-22 00:39:53 +00:00
test_db_api.py Adds the ability to automatically issue a hard reboot to instances that have been stuck in a 'rebooting' state for longer than a specified window. 2011-10-13 16:12:42 -05:00
test_direct.py Beef up nova/api/direct.py tests 2011-09-28 10:25:10 +01:00
test_flags.py Start switching from gflags to optparse 2011-10-19 07:36:02 +01:00
test_hosts.py Chain up to superclass tearDown in ServerActionsTest 2011-10-18 06:24:11 +01:00
test_image.py Makes snapshots work for amis. Fixes bug 873156 2011-10-14 10:29:55 -07:00
test_instance_types.py Replaces all references to nova.db.api with nova.db 2011-10-25 16:18:40 -04:00
test_iscsi.py Allow the user to choose either ietadm or tgtadm (lp:819997) 2011-10-13 07:34:40 +01:00
test_libvirt.py Makes snapshots work for amis. Fixes bug 873156 2011-10-14 10:29:55 -07:00
test_linux_net.py Makes sure to recreate gateway for moved ip 2011-09-26 05:14:39 -07:00
test_localization.py removing rogue print 2011-04-19 09:48:44 -04:00
test_log.py get rid of initialized flag 2011-02-21 00:15:49 -08:00
test_misc.py Made jenkins email pruning more resilient. 2011-09-23 17:38:11 -04:00
test_network.py Fix deletion of instances without fixed ips. 2011-10-26 19:14:20 +02:00
test_notifier.py Fixed some docstring 2011-08-23 09:46:49 -07:00
test_quantum.py Merge "Make sure networks returned from get_instance_nw_info have a label" 2011-10-31 18:39:18 +00:00
test_rpc.py created nova/tests/test_rpc_common.py which contains a rpc test base class so we can share tests between the rpc implementations 2011-08-29 14:54:20 -07:00
test_rpc_carrot.py created nova/tests/test_rpc_common.py which contains a rpc test base class so we can share tests between the rpc implementations 2011-08-29 14:54:20 -07:00
test_rpc_common.py pep8 fix for test_rpc_common.py 2011-08-29 15:25:54 -07:00
test_rpc_kombu.py created nova/tests/test_rpc_common.py which contains a rpc test base class so we can share tests between the rpc implementations 2011-08-29 14:54:20 -07:00
test_signer.py Fixes a test failure in master 2011-09-28 12:10:20 -07:00
test_skip_examples.py fixed pep8 issue 2011-08-04 23:01:22 -05:00
test_virt.py tests: unit tests for nova.virt 2011-07-23 16:57:05 +09:00
test_virt_drivers.py Removed callback concept on VM driver methods: 2011-10-25 17:17:40 -05:00
test_vmwareapi.py Removed callback concept on VM driver methods: 2011-10-25 17:17:40 -05:00
test_volume.py Allow the user to choose either ietadm or tgtadm (lp:819997) 2011-10-13 07:34:40 +01:00
test_volume_types.py merged with rev.1488 2011-08-24 10:20:27 -07:00
test_volume_types_extra_specs.py Replaces all references to nova.db.api with nova.db 2011-10-25 16:18:40 -04:00
test_vsa.py Replaces all references to nova.db.api with nova.db 2011-10-25 16:18:40 -04:00
test_vsa_volumes.py cosmetic cleanup 2011-08-25 19:09:50 -07:00
test_xenapi.py Removed callback concept on VM driver methods: 2011-10-25 17:17:40 -05:00
test_zones.py zone manager tests working 2011-09-12 15:36:18 -07:00