nova/nova/tests/api/openstack/compute/plugins/v3
Alexander Bochkarev dd4032e9fb Enable flake8 H404 checking
This check indicates on comments in which multi line docstring should
start without a leading new line. This change fixed all violators of
said check.

Change-Id: Ic7357b8c7420767dba611f6fcee07b7700f3aea8
2014-02-27 11:15:55 +04:00
..
__init__.py API extensions framework for v3 API 2013-05-13 10:31:22 +09:30
admin_only_action_common.py Adds migrate server extension for V3 API 2014-02-11 22:20:12 -07:00
test_access_ips.py Remove xml unit tests for v3 api plugins 2014-01-28 17:28:17 -05:00
test_admin_actions.py Adds migrate server extension for V3 API 2014-02-11 22:20:12 -07:00
test_admin_password.py Add a instance lookup helper to v3 plugins. 2014-02-11 04:21:23 +11:00
test_agents.py Add API schema for v3 agents API 2013-12-27 23:07:51 +09:00
test_aggregates.py Replace assertEqual(None, *) with assertIsNone in tests 2014-02-16 17:31:28 +08:00
test_attach_interfaces.py Treat port attachment failures correctly 2014-02-19 01:15:21 -08:00
test_availability_zone.py Add "body=" argument to v3 API unit tests 2014-02-12 19:01:45 +09:00
test_block_device_mapping.py Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
test_cells.py Port to oslo.messaging 2014-02-01 09:53:24 +00:00
test_certificates.py Merge "Minor changes to make certificates test cases use HTTPRequestV3" 2014-02-26 14:49:19 +00:00
test_config_drive.py Add "body=" argument to v3 API unit tests 2014-02-12 19:01:45 +09:00
test_console_output.py Merge "Remove character filtering from V3 API console_output" 2014-02-12 08:44:22 +00:00
test_consoles.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_deferred_delete.py Add a instance lookup helper to v3 plugins. 2014-02-11 04:21:23 +11:00
test_evacuate.py Add a instance lookup helper to v3 plugins. 2014-02-11 04:21:23 +11:00
test_extended_availability_zone.py Remove xml unit tests for v3 api plugins 2014-01-28 17:28:17 -05:00
test_extended_server_attributes.py Remove xml unit tests for v3 api plugins 2014-01-28 17:28:17 -05:00
test_extended_status.py Remove xml unit tests for v3 api plugins 2014-01-28 17:28:17 -05:00
test_extended_volumes.py Use disk_bus and device_type in attaching volumes 2014-02-25 10:29:15 +01:00
test_extension_info.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_flavor_access.py Remove xml unit tests for v3 api plugins 2014-01-28 17:28:17 -05:00
test_flavor_manage.py Add alias as prefix for flavor_rxtx v3 2014-01-02 11:29:40 +08:00
test_flavor_rxtx.py Remove xml unit tests for v3 api plugins 2014-01-28 17:28:17 -05:00
test_flavors.py Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
test_flavors_extra_specs.py Merge "Enforce FlavorExtraSpecs Key format." 2014-02-04 07:18:08 +00:00
test_hide_server_addresses.py Remove xml unit tests for v3 api plugins 2014-01-28 17:28:17 -05: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_instance_actions.py Add a instance lookup helper to v3 plugins. 2014-02-11 04:21:23 +11:00
test_keypairs.py Define common "name" parameter for Nova v3 API 2014-02-05 19:43:07 +09:00
test_lock_server.py Fix copyright messages after admin actions split for V3 API 2014-02-20 14:41:38 +10:30
test_migrate_server.py Adds migrate server extension for V3 API 2014-02-11 22:20:12 -07:00
test_migrations.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_multinic.py Add a instance lookup helper to v3 plugins. 2014-02-11 04:21:23 +11:00
test_multiple_create.py Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
test_pause_server.py Fix copyright messages after admin actions split for V3 API 2014-02-20 14:41:38 +10:30
test_pci.py Add V3 api for pci support 2014-02-14 16:09:28 +08:00
test_quota_sets.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_remote_consoles.py Add a instance lookup helper to v3 plugins. 2014-02-11 04:21:23 +11:00
test_rescue.py Add API schema for v3 rescue API 2014-01-17 04:33:22 +00:00
test_scheduler_hints.py Merge "Fix the sample and unittest params of v3 scheduler-hints" 2014-02-27 02:33:42 +00:00
test_security_groups.py Add "body=" argument to v3 API unit tests 2014-02-12 19:01:45 +09:00
test_server_actions.py Merge "Add "body=" argument to v3 API unit tests" 2014-02-17 08:43:15 +00:00
test_server_diagnostics.py Update server_diagnostics to use instance object 2014-02-26 18:52:23 +00:00
test_server_metadata.py Merge "Fixed incorrect test case of test_server_metadata.py" 2014-02-15 01:13:03 +00:00
test_server_password.py Remove xml unit tests for v3 api plugins 2014-01-28 17:28:17 -05:00
test_server_usage.py Remove xml unit tests for v3 api plugins 2014-01-28 17:28:17 -05:00
test_servers.py Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
test_services.py Catch HostBinaryNotFound exception when updating a service 2014-02-25 20:28:52 +09:00
test_shelve.py Catch InstanceIsLocked exception on server actions 2013-12-28 14:37:11 +08:00
test_suspend_server.py Adds suspend server extension for V3 API 2014-01-31 15:10:41 +10:30
test_user_data.py Add "body=" argument to v3 API unit tests 2014-02-12 19:01:45 +09:00
test_versions.py adjust version definition for v3 to be only json 2014-02-21 09:50:46 -05:00