nova/nova/tests
Joe Gordon 8f394ee716 Enable N302: Import modules only
Fix all N302 issues, and re-enable.

Change-Id: Ic94d144c915b228b7ff2fd9c5951875e159ffcdd
2013-01-25 12:11:54 -05:00
..
CA
api Enable N302: Import modules only 2013-01-25 12:11:54 -05:00
baremetal Enable N302: Import modules only 2013-01-25 12:11:54 -05:00
bundle
cells Cells: Add cells API extension 2013-01-15 01:22:35 +00:00
cert Move cert_topic into nova.cert.rpcapi 2013-01-08 10:23:40 +00:00
compute Enable N302: Import modules only 2013-01-25 12:11:54 -05:00
conductor Adds conductor support for instance_get_active_by_window_joined 2013-01-22 19:05:41 -02:00
console Merge "fix N402 for nova/tests" 2013-01-09 20:43:57 +00:00
consoleauth fix N402 for nova/tests 2013-01-09 00:17:51 -05:00
db fix N402 for nova/tests 2013-01-09 00:17:51 -05:00
fake_loadables Add module for loading specific classes 2012-11-14 19:01:57 +00:00
glance Rewrite image code to use python-glanceclient 2012-08-13 13:28:48 -07:00
hyperv Adds support for Quantum networking in Hyper-V 2013-01-14 22:47:14 +02:00
image fix misspellings in logs, comments and tests 2013-01-21 23:14:13 +00:00
integrated Enable N302: Import modules only 2013-01-25 12:11:54 -05:00
monkey_patch_example fix N401 errors, stop ignoring all N4* errors 2013-01-07 21:39:58 -05:00
network Merge "Add 'ovs_interfaceid' to nova network VIF model" 2013-01-23 19:24:51 +00:00
scheduler Enable N302: Import modules only 2013-01-25 12:11:54 -05:00
servicegroup Removed unused imports. 2012-12-21 08:41:47 -06:00
ssl_cert Adds SSL support for API server. 2013-01-23 08:49:16 -05:00
virt XenAPI: Fix volume detach 2013-01-18 15:58:19 +00:00
vmwareapi VMware Compute Driver Rename 2013-01-14 09:32:47 -08:00
volume removes the nova-volume code from nova 2012-10-28 11:34:05 -07:00
xenapi Reduce number of iptable-save restore loops 2013-01-15 11:24:04 -08:00
__init__.py Move global fixture setup into nova/test.py 2012-11-22 11:23:11 -08:00
conf_fixture.py Fix hacking N302 import only modules 2013-01-24 09:52:58 -05:00
fake_crypto.py Add nova-cert service to integrated_helpers 2012-10-02 15:01:10 -07:00
fake_hosts.py Move logic from os-api-host into compute 2013-01-11 08:32:41 +10:00
fake_imagebackend.py Centralize instance directory logic. 2013-01-13 20:55:07 +11:00
fake_ldap.py Move fakeldap.py from auth dir to tests. 2012-09-23 16:47:26 +08:00
fake_libvirt_utils.py Centralize instance directory logic. 2013-01-13 20:55:07 +11:00
fake_network.py Move global service networking opts to new module 2013-01-09 22:09:17 +00:00
fake_network_cache_model.py
fake_policy.py Merge "Add REST api to manage bare-metal nodes" 2013-01-23 19:32:17 +00:00
fake_utils.py
fake_volume.py fix N402 for nova/tests 2013-01-09 00:17:51 -05:00
fakeguestfs.py improve libguestfs exception handling 2013-01-03 18:12:26 +00:00
fakelibvirt.py Expose a get_spice_console RPC API method 2013-01-16 10:19:37 +00:00
matchers.py Adding two snapshot related task states 2013-01-04 14:17:12 -05:00
policy_fixture.py Make policy.json not filesystem location specific. 2012-12-04 11:37:27 -08:00
test_api.py Fix hacking N302 import only modules 2013-01-24 09:52:58 -05:00
test_availability_zones.py Fix incorrect use of context object 2013-01-22 02:15:36 +00:00
test_bdm.py fix N402 for nova/tests 2013-01-09 00:17:51 -05:00
test_block_device.py
test_cinder.py Allow nova to use insecure cinderclient. 2013-01-16 16:00:49 -06:00
test_configdrive2.py Merge "Chown doesn't work on mounted vfat." 2013-01-14 22:28:01 +00:00
test_context.py Remove hard-coded 'admin' role checking and use policy instead 2012-08-19 00:31:23 +08:00
test_crypto.py Add encryption method using an ssh public key. 2013-01-16 09:54:46 -08:00
test_db_api.py Clean up db network db calls for fixed and float 2013-01-17 11:29:34 -08:00
test_driver.py Refactor: extract method: driver_dict_from_config 2013-01-18 09:29:07 +00:00
test_exception.py Keep self and context out of error notification payload. 2013-01-14 10:53:29 -05:00
test_fakelibvirt.py Expose a get_spice_console RPC API method 2013-01-16 10:19:37 +00:00
test_filters.py fix N402 for nova/tests 2013-01-09 00:17:51 -05:00
test_hooks.py fix N402 for nova/tests 2013-01-09 00:17:51 -05:00
test_hypervapi.py Adds support for Quantum networking in Hyper-V 2013-01-14 22:47:14 +02:00
test_image_utils.py Verify the disk file exists before running qemu-img on it. 2012-12-25 07:56:30 +11:00
test_imagebackend.py Run_as_root to ensure resize2fs succeed for all image backends 2013-01-19 08:33:35 +08:00
test_imagecache.py fix misspellings in logs, comments and tests 2013-01-21 23:14:13 +00:00
test_instance_types.py Remove restoring soft deleted entries part 2 2013-01-18 21:32:15 +04:00
test_instance_types_extra_specs.py Remove restoring soft deleted entries part 1 2013-01-18 21:31:03 +04:00
test_iptables_network.py Fix and enable pep8 E502, E712 2012-10-22 13:47:36 -07:00
test_ipv6.py
test_libvirt.py Merge "Map libvirt error to InstanceNotFound in get_instance_disk_info" 2013-01-23 18:37:10 +00:00
test_libvirt_config.py Add support for setting up <channel> elements in libvirt config 2013-01-16 10:19:37 +00:00
test_libvirt_utils.py Verify the disk file exists before running qemu-img on it. 2012-12-25 07:56:30 +11:00
test_libvirt_vif.py Add 'ovs_interfaceid' to nova network VIF model 2013-01-22 11:22:43 +00:00
test_loadables.py Add module for loading specific classes 2012-11-14 19:01:57 +00:00
test_matchers.py Implement an XML matcher 2012-12-11 14:36:31 -06:00
test_metadata.py Fix hacking N302 import only modules 2013-01-24 09:52:58 -05:00
test_migrations.conf
test_migrations.py Merge "Provide creating real unique constraints for columns" 2013-01-24 00:54:25 +00:00
test_misc.py Merge "Enable nova exception format checking in tests." 2013-01-04 06:50:06 +00:00
test_notifications.py Fix a test isolation error in compute.test_compute. 2012-12-20 13:18:18 +13:00
test_nova_manage.py Remove nova-volume DB 2012-11-08 21:31:31 +00:00
test_objectstore.py Merge "fix N402 for nova/tests" 2013-01-09 20:43:57 +00:00
test_periodic_tasks.py Make failures in the periodic tests more detailed. 2013-01-24 21:54:49 +13:00
test_pipelib.py fix misspellings in logs, comments and tests 2013-01-21 23:14:13 +00:00
test_plugin_api_extensions.py fix N402 for nova/tests 2013-01-09 00:17:51 -05:00
test_policy.py fix N402 for nova/tests 2013-01-09 00:17:51 -05:00
test_powervm.py fix N402 for nova/tests 2013-01-09 00:17:51 -05:00
test_quota.py Fix quota updating when admin deletes common user's instance 2013-01-11 19:12:31 +08:00
test_service.py Remove unused import. 2013-01-15 14:30:24 -05:00
test_sqlalchemy.py Add eventlet db_pool use for mysql 2012-11-26 19:46:32 +00:00
test_test.py Get instances from conductor in init_host. 2013-01-07 11:28:55 -08:00
test_test_utils.py fix N402 for nova/tests 2013-01-09 00:17:51 -05:00
test_utils.py enforce server_id can only be uuid or int 2013-01-16 18:21:37 -05:00
test_versions.py fix N402 for nova/tests 2013-01-09 00:17:51 -05:00
test_virt.py Teardown container rootfs in host namespace for lxc 2012-12-24 18:08:56 +08:00
test_virt_disk.py Ensure we add a new line when appending to rc.local 2012-12-24 17:50:19 -05:00
test_virt_disk_vfs_guestfs.py Introduce a VFS implementation backed by the libguestfs APIs 2012-11-21 11:53:05 +00:00
test_virt_disk_vfs_localfs.py Removed unused imports. 2012-12-21 08:41:47 -06:00
test_virt_drivers.py Enable N302: Import modules only 2013-01-25 12:11:54 -05:00
test_vmmode.py Compute: VM-Mode should use instance dict. 2012-07-30 21:25:01 +00:00
test_vmwareapi.py VMware Compute Driver Rename 2013-01-14 09:32:47 -08:00
test_wsgi.py Adds SSL support for API server. 2013-01-23 08:49:16 -05:00
test_xenapi.py Reduce number of iptable-save restore loops 2013-01-15 11:24:04 -08:00
utils.py Add 'devname' to nova.network.model.VIF class 2013-01-15 09:56:23 +00:00