nova/nova/tests/api/openstack/compute/contrib
Alexander Bochkarev 1fdc4afa15 Enable flake8 F841 checking
This check looks to see whether a local variable
is unused. Fixed all of violators of said check.

Change-Id: I6ff349ca8d650ae7d6ebeeb116a1649b0db8f071
2014-05-28 14:55:08 +01:00
..
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_admin_actions.py V2 Pause: treat case when driver does not implement the operation 2014-02-06 07:23:29 -08:00
test_agents.py Validate parameters of agent API 2013-10-16 21:11:57 +09:00
test_aggregates.py Update aggregate should not allow duplicated names 2014-03-12 10:39:18 -03:00
test_attach_interfaces.py Merge "attach/detach interface should raise exception when instance is locked" 2014-04-11 07:49:51 +00:00
test_availability_zone.py Utilizes assertIn - tests/api/contrib 2013-10-12 10:57:49 +08:00
test_baremetal_nodes.py baremetal: Make api validate mac address 2013-11-25 16:37:19 +09:00
test_cells.py Cells API calls return 501 when cells disabled 2014-03-18 14:16:28 +11:00
test_certificates.py Port to oslo.messaging 2014-02-01 09:53:24 +00:00
test_cloudpipe.py Fix bad typo in cloudpipe.py 2013-10-23 14:23:59 -04:00
test_cloudpipe_update.py Convert TestCases to NoDBTestCase 2013-09-21 06:58:31 +10:00
test_config_drive.py Replace assertEquals with assertEqual - tests/api 2013-10-31 02:23:46 +09:00
test_console_auth_tokens.py Adds get_console_connect_info API 2014-02-28 22:05:29 +02:00
test_console_output.py api: handle NotImplementedError for console output 2013-12-16 10:23:13 -05:00
test_consoles.py Enable flake8 F841 checking 2014-05-28 14:55:08 +01:00
test_createserverext.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_deferred_delete.py Catch InstanceNotFound exceptions for V2 API deferred delete 2014-02-13 04:37:00 +11:00
test_disk_config.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_evacuate.py Merge "Make test_evacuate from compute API DRYer" 2014-01-24 10:22:23 +00:00
test_extended_availability_zone.py Update class/function name for test_extended_availability_zone.py 2014-01-03 22:48:06 -05:00
test_extended_hypervisors.py Adds host_ip to hypervisor show API 2014-02-05 22:52:28 +08:00
test_extended_ips.py Refactor test cases related to instance object 2013-09-30 07:45:52 -07:00
test_extended_ips_mac.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_extended_rescue_with_image.py Allow user to specify image to use during rescue - V2 API changes 2014-04-10 09:35:57 +00:00
test_extended_server_attributes.py Make instance show and index use objects 2013-07-05 12:15:23 -07:00
test_extended_status.py Refactor test cases related to instance object 2013-09-30 07:45:52 -07:00
test_extended_virtual_interfaces_net.py Catch InstanceNotFound exceptions for V2 API virtual interfaces 2014-02-20 13:55:15 +10:30
test_extended_volumes.py Remove compute API get_instance_bdms method 2014-03-07 11:08:40 +01:00
test_fixed_ips.py Convert TestCases to NoDBTestCase 2013-09-21 06:57:49 +10:00
test_flavor_access.py Enable flake8 F841 checking 2014-05-28 14:55:08 +01:00
test_flavor_disabled.py Convert TestCases to NoDBTestCase 2013-09-21 06:57:49 +10:00
test_flavor_manage.py Do not add current tenant to private flavor access 2014-03-25 12:17:17 +10:30
test_flavor_rxtx.py Convert TestCases to NoDBTestCase 2013-09-21 06:58:31 +10:00
test_flavor_swap.py Fix misspellings in nova 2014-02-07 13:09:24 +08:00
test_flavorextradata.py Replace assertEquals with assertEqual - tests/api 2013-10-31 02:23:46 +09:00
test_flavors_extra_specs.py Rename NotAuthorized exception to Forbidden 2014-04-25 12:37:07 -07:00
test_floating_ip_bulk.py Catch FloatingIpNotFoundForHost exception 2014-03-11 20:55:22 +09:00
test_floating_ip_dns.py Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
test_floating_ip_pools.py Utilizes assertIn - tests/api/contrib 2013-10-12 10:57:49 +08:00
test_floating_ips.py Enable flake8 F841 checking 2014-05-28 14:55:08 +01:00
test_fping.py Rename NotAuthorized exception to Forbidden 2014-04-25 12:37:07 -07:00
test_hide_server_addresses.py Refactor test cases related to instance object 2013-09-30 07:45:52 -07:00
test_hosts.py Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
test_hypervisors.py Adds host_ip to hypervisor show API 2014-02-05 22:52:28 +08:00
test_image_size.py Convert TestCases to NoDBTestCase 2013-09-21 06:58:31 +10:00
test_instance_actions.py Rename NotAuthorized exception to Forbidden 2014-04-25 12:37:07 -07:00
test_instance_usage_audit_log.py Replace assertEquals with assertEqual - tests/api 2013-10-31 02:23:46 +09:00
test_keypairs.py Rename NotAuthorized exception to Forbidden 2014-04-25 12:37:07 -07:00
test_migrations.py Fix broken API os-migrations 2014-03-11 16:32:33 +01:00
test_multinic_xs.py Convert add_fixed_ip_to_instance to objects 2014-02-17 09:44:03 +11:00
test_networks.py Use datetime object for fake network timestamps 2014-04-29 14:51:53 +01:00
test_neutron_security_groups.py Fix security group list when not defined for an instance 2014-05-02 20:10:01 -03:00
test_quotas.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_rescue.py Allow user to specify image to use during rescue - V2 API changes 2014-04-10 09:35:57 +00:00
test_scheduler_hints.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_security_group_default_rules.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_security_groups.py Fix security group list when not defined for an instance 2014-05-02 20:10:01 -03:00
test_server_diagnostics.py Add exception handling in "nova diagnostics" 2014-04-06 10:22:00 +08:00
test_server_external_events.py Add os-server-external-events API 2014-03-06 07:40:43 -08:00
test_server_groups.py Merge "Instance groups: only display valid instances for policy members" 2014-03-24 12:51:23 +00:00
test_server_password.py Use oslo-config-2013.1b4 2013-02-19 21:16:32 -08:00
test_server_start_stop.py Merge "Fix unhandled InvalidServerState exceptions in server start/stop" 2014-02-25 05:37:20 +00:00
test_server_usage.py Refactor test cases related to instance object 2013-09-30 07:45:52 -07:00
test_services.py Merge "Change HTTPUnprocessableEntity to HTTPBadRequest" 2014-04-03 01:50:28 +00:00
test_shelve.py Rename NotAuthorized exception to Forbidden 2014-04-25 12:37:07 -07:00
test_simple_tenant_usage.py Use instance data instead of flavor in simple_tenant_usage extension 2014-03-26 16:44:49 +08:00
test_snapshots.py Utilizes assertIn - tests/api/contrib 2013-10-12 10:57:49 +08:00
test_used_limits.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_virtual_interfaces.py Catch InstanceNotFound exceptions for V2 API virtual interfaces 2014-02-20 13:55:15 +10:30
test_volumes.py Raise more information on V2 API volumes when resource not found 2014-05-13 10:39:21 +08:00