nova/nova/tests
2012-07-11 17:06:42 +00:00
..
api Merge "Refactor instance_usage_audit. Add audit tasklog." 2012-07-11 17:06:42 +00:00
baremetal refactor baremetal/proxy => baremetal/driver 2012-07-10 11:43:18 -04:00
bundle
CA
cert Use rpc from openstack-common. 2012-06-20 12:57:21 -04:00
compute Switch to common notifiers. 2012-07-06 22:08:42 -05:00
console Use rpc from openstack-common. 2012-06-20 12:57:21 -04:00
consoleauth Switch to common logging. 2012-07-02 15:57:09 -05:00
db Move queue_get_for() from db to rpc. 2012-05-30 17:50:24 -04:00
glance Remove direct access to glance client 2012-06-23 12:59:58 -07:00
image Switch to common logging. 2012-07-02 15:57:09 -05:00
integrated Switch to common logging. 2012-07-02 15:57:09 -05:00
monkey_patch_example Fixed some docstring 2011-08-23 09:46:49 -07:00
network Fix some hacking violations in the quantum tests. 2012-07-03 22:23:29 -04:00
scheduler Adds default fall-through to the multi scheduler. 2012-06-27 17:28:10 -04:00
vmwareapi refactor vmwareapi_conn => vmwareapi/driver 2012-07-10 11:42:05 -04:00
volume Switch to common logging. 2012-07-02 15:57:09 -05:00
xenapi Merge "Properly track VBD and VDI connections in xenapi fake" 2012-07-10 16:44:23 +00:00
__init__.py Switch to common logging. 2012-07-02 15:57:09 -05:00
declare_flags.py Remove the last of the gflags shim layer 2012-02-10 06:31:56 +00:00
fake_flags.py Remove deprecated auth code 2012-07-09 23:30:21 -07:00
fake_imagebackend.py blueprint lvm-disk-images 2012-06-12 23:48:09 +04:00
fake_libvirt_utils.py Remove unused 'get_open_port' method from libvirt utils 2012-06-29 16:23:34 +01:00
fake_network_cache_model.py Ties quantum, melange, and nova network model 2012-02-01 13:29:14 -06:00
fake_network.py Unused imports cleanup (folsom-2) 2012-06-03 13:26:35 +08:00
fake_utils.py Switch to common logging. 2012-07-02 15:57:09 -05:00
fake_volume.py Add Cinder Volume API to Nova 2012-07-03 12:00:40 -07:00
fakelibvirt.py Fallback to fakelibvirt in test_libvirt.py test suite 2012-07-06 11:40:21 +01:00
policy.json Refactor instance_usage_audit. Add audit tasklog. 2012-07-10 22:28:33 +00:00
runtime_flags.py Remove the last of the gflags shim layer 2012-02-10 06:31:56 +00:00
test_api.py Replaces functions in utils.py with openstack/common/timeutils.py 2012-06-16 07:17:01 +08:00
test_bdm.py Convert Volume and Snapshot IDs to use UUID 2012-05-02 13:32:19 -06:00
test_block_device.py Boot from volume for Xen 2012-07-09 17:59:36 +00:00
test_compat_flagfile.py Alphabetize imports in nova/tests/ 2012-05-18 12:39:52 -07:00
test_compute_utils.py Switch to common notifiers. 2012-07-06 22:08:42 -05:00
test_context.py Fail-fast for invalid read_deleted values 2012-03-21 20:14:39 +00:00
test_crypto.py Remove unnecessary setting up and down of mox and stubout 2012-03-02 01:42:35 +00:00
test_db_api.py Fix db calls for snaphsot and volume mapping 2012-06-25 23:01:06 -07:00
test_deprecated.py added deprecated.warn helper method 2012-06-18 09:14:07 -04:00
test_exception.py Alphabetize imports in nova/tests/ 2012-05-18 12:39:52 -07:00
test_fakelibvirt.py Clean up ElementTree usage 2012-04-30 15:10:19 -04:00
test_flags.py Unused imports cleanup (folsom-2) 2012-06-03 13:26:35 +08:00
test_imagebackend.py blueprint lvm-disk-images 2012-06-12 23:48:09 +04:00
test_imagecache.py Switch to common logging. 2012-07-02 15:57:09 -05:00
test_instance_types_extra_specs.py Removes constraints from instance and volume types 2012-02-08 11:27:39 -08:00
test_instance_types.py Switch to common logging. 2012-07-02 15:57:09 -05:00
test_iptables_network.py Finalize tox config. 2012-06-07 12:15:42 -04:00
test_ipv6.py Switch to common logging. 2012-07-02 15:57:09 -05:00
test_iscsi.py Backslash continuations (nova.tests) 2012-02-17 06:12:04 +08:00
test_libvirt_config.py Add libvirt config classes for handling capabilities XML doc 2012-06-28 11:39:09 +01:00
test_libvirt_vif.py Unused imports cleanup (folsom-2) 2012-06-03 13:26:35 +08:00
test_libvirt.py Set the default CPU mode to 'host-model' for Libvirt KVM/QEMU guests 2012-07-06 11:40:21 +01:00
test_melange_ipam_lib.py Unused imports cleanup (folsom-2) 2012-06-03 13:26:35 +08:00
test_metadata.py Fixes bug 1014194, metadata keys are incorrect for kernel-id and ramdisk-id 2012-06-29 10:04:48 +12:00
test_migrations.conf Make database downgrade works 2012-02-17 18:30:09 +08:00
test_migrations.py Switch to common logging. 2012-07-02 15:57:09 -05:00
test_misc.py Finish AUTHORS transition. 2012-07-05 09:11:37 -05:00
test_netapp.py Switch to common logging. 2012-07-02 15:57:09 -05:00
test_nexenta.py Alphabetize imports in nova/tests/ 2012-05-18 12:39:52 -07:00
test_notifications.py Switch to common notifiers. 2012-07-06 22:08:42 -05:00
test_nova_manage.py Remove deprecated auth code 2012-07-09 23:30:21 -07:00
test_nova_rootwrap.py Another killfilter test fix for Fedora 17. 2012-06-25 12:29:36 -04:00
test_objectstore.py Alphabetize imports in nova/tests/ 2012-05-18 12:39:52 -07:00
test_policy.py Imports cleanup 2012-06-19 01:05:37 +08:00
test_quota.py Cleanup of image service code 2012-06-27 14:31:35 -07:00
test_service.py Add multi-process support for API services 2012-06-28 19:57:37 +00:00
test_skip_examples.py fixed pep8 issue 2011-08-04 23:01:22 -05:00
test_SolidFireSanISCSIDriver.py Switch to common logging. 2012-07-02 15:57:09 -05:00
test_test_utils.py Update a few doc strings. 2011-08-22 23:26:12 +02:00
test_test.py Use rpc from openstack-common. 2012-06-20 12:57:21 -04:00
test_utils.py Replaces functions in utils.py with openstack/common/timeutils.py 2012-06-16 07:17:01 +08:00
test_versions.py Remove a whole bunch of unused imports 2012-01-13 13:55:38 -08:00
test_virt_drivers.py Merge "Get hypervisor uptime." 2012-07-05 22:20:58 +00:00
test_virt.py Prevent file injection writing to host filesystem. 2012-07-03 16:24:55 +02:00
test_vmwareapi.py refactor vmwareapi_conn => vmwareapi/driver 2012-07-10 11:42:05 -04:00
test_volume_types_extra_specs.py Removes constraints from instance and volume types 2012-02-08 11:27:39 -08:00
test_volume_types.py Switch to common logging. 2012-07-02 15:57:09 -05:00
test_volume_utils.py Switch to common notifiers. 2012-07-06 22:08:42 -05:00
test_volume.py Switch to common notifiers. 2012-07-06 22:08:42 -05:00
test_wsgi.py Add multi-process support for API services 2012-06-28 19:57:37 +00:00
test_xenapi.py Split xenapi agent code out to nova.virt.xenapi.agent 2012-07-10 17:24:06 +00:00
test_xensm.py refactor xenapi/connection => xenapi/driver 2012-07-10 11:43:17 -04:00
utils.py Cleanup of image service code 2012-06-27 14:31:35 -07:00