nova/nova
Michael Still e1f04d8ef1 Convert TestCases to NoDBTestCase
NoDBTestCase is faster because it skips initializing a database for
tests which don't actually talk to the database. Its also nicer
because its more explicit about the dependancies of a given test.
This is a first pass at moving test cases over to the database
lacking version, but further work is required here.

Change-Id: Ia28de4ebea4f354cba06bcdc66bb01d4b332943a
Partial-Bug: 1227473
2013-09-19 19:53:04 +10:00
..
CA Clean up crypto.py 2012-01-18 21:56:14 -08:00
api Merge "Remove extra 'console' key for index in extensions consoles v3" 2013-09-18 02:56:09 +00:00
cells Fix regression issues with cells target filter 2013-09-10 21:25:52 +00:00
cert Port all rpcapi modules to oslo.messaging interface 2013-09-03 21:22:43 +01:00
cloudpipe Port Cheetah templates to Jinja2 2013-09-02 16:03:34 +02:00
cmd add conf for number of conductor workers 2013-09-05 20:08:39 +00:00
compute Merge "xenapi: Fix rescue" 2013-09-18 22:30:48 +00:00
conductor Fix live-migrate when source image deleted 2013-09-09 16:39:53 +00:00
console Fix console api pass tuple as topic to console rpc api 2013-09-10 12:16:23 +08:00
consoleauth Port all rpcapi modules to oslo.messaging interface 2013-09-03 21:22:43 +01:00
db Merge "Fix migration 211 to downgrade with MySQL" 2013-09-17 20:42:28 +00:00
hacking
image Add context information to download plugins 2013-08-27 17:38:27 -10:00
ipv6
keymgr Wire in ConfKeyManager._generate_hex_key! 2013-09-13 07:08:51 -04:00
locale Imported Translations from Transifex 2013-08-27 06:07:24 +00:00
network Only return requested network ID's 2013-09-10 04:23:07 -07:00
objects Merge "Add new-world Quota object" 2013-09-18 16:16:05 +00:00
objectstore
openstack Merge "Sync filetuils from oslo-incubator" 2013-09-09 13:27:59 +00:00
pci PCI devices resource tracker 2013-08-29 16:55:54 +08:00
scheduler Remove unused method in scheduler driver 2013-09-13 12:32:30 +08:00
servicegroup Make compute_api use Service and ComputeNode objects 2013-08-29 00:18:46 -07:00
spice
storage
tests Convert TestCases to NoDBTestCase 2013-09-19 19:53:04 +10:00
virt Merge "Add missing get_available_nodes() refresh arg" 2013-09-18 18:05:08 +00:00
vnc
volume Add encryption support for volumes to libvirt 2013-09-11 12:15:43 -04:00
__init__.py
availability_zones.py Merge "Fix unicode key of azcache can't be stored to memcache" 2013-09-02 11:31:22 +00:00
baserpc.py Port all rpcapi modules to oslo.messaging interface 2013-09-03 21:22:43 +01:00
block_device.py Enable libvirt driver to use the new BDM format 2013-09-05 10:02:00 +02:00
config.py
context.py
crypto.py
exception.py Merge "Add key manager implementation with static key" 2013-09-11 19:19:26 +00:00
filters.py
hooks.py
loadables.py
manager.py Port to oslo.messaging.Notifier API 2013-09-05 06:26:01 +01:00
netconf.py
notifications.py Add instance_flavor_id to the notification message 2013-09-13 15:32:56 +00:00
notifier.py Port to oslo.messaging.Notifier API 2013-09-05 06:26:01 +01:00
paths.py
policy.py
quota.py
rpcclient.py Port all rpcapi modules to oslo.messaging interface 2013-09-03 21:22:43 +01:00
safe_utils.py
service.py
test.py Add support for API message localization 2013-09-03 03:12:10 +00:00
utils.py Don't use sudo to discover ipv4 address. 2013-09-16 06:11:03 -07:00
version.py
weights.py
wsgi.py