nova/nova/tests/api/openstack/compute/plugins/v3
Yunhong Jiang 7d8a78a291 Return status for compute node
Currently when return compute node information, there is no status returned.

When the corresponding service is disabled or down and users try to
do 'hypervisor-list' or 'hypervisor-show', they will have no idea of it.

Implements: blueprint return-status-for-hypervisor-node
Closes-Bug: #1285259

DocImpact

Change-Id: I17c53b454ccef023f298f1b8875daef965d2325d
2014-07-22 10:44:05 -07:00
..
__init__.py API extensions framework for v3 API 2013-05-13 10:31:22 +09:30
admin_only_action_common.py Merge "V3 Pause: treat case when driver does not implement the operation" 2014-07-15 06:42:55 +00: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 Add API schema for v2.1/v3 reset_server_state API 2014-07-22 05:18:22 +00: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 Merge "Catch InvalidAggregateAction when deleting an aggregate" 2014-07-16 02:51:48 +00:00
test_attach_interfaces.py Check instance state before attach/detach interface 2014-07-22 14:15:21 +08:00
test_availability_zone.py Fix and gate on H305 and H307 2014-07-15 01:13:26 +00:00
test_block_device_mapping.py Fix the duplicated image params in a test 2014-06-18 15:33:32 +09:00
test_cells.py Cells API calls return 501 when cells disabled 2014-03-18 14:16:28 +11:00
test_certificates.py Rewrite nova policy to use the new changes of common policy 2014-05-29 11:44:05 +08:00
test_config_drive.py Add "body=" argument to v3 API unit tests 2014-02-12 19:01:45 +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 Removes the use of mutables as default args 2014-06-18 12:59:02 +08:00
test_consoles.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_create_backup.py Add API schema for v2.1/v3 create_backup API 2014-06-18 11:52:17 +09: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 APIv3 support to make host optional on evacuate. 2014-07-01 13:11:16 -03:00
test_extended_availability_zone.py Fix api direct use of instance module objects 2014-06-03 09:05:12 -07:00
test_extended_server_attributes.py Fix api direct use of instance module objects 2014-06-03 09:05:12 -07:00
test_extended_status.py Fix api direct use of instance module objects 2014-06-03 09:05:12 -07:00
test_extended_volumes.py Fix api direct use of instance module objects 2014-06-03 09:05:12 -07:00
test_extension_info.py Rename NotAuthorized exception to Forbidden 2014-04-25 12:37:07 -07:00
test_flavor_access.py Cleanup and gate on hacking E711 and E712 rule 2014-07-19 13:07:59 +00:00
test_flavor_manage.py Merge "Replace assertTrue/False with assertIn/NotIn" 2014-07-19 07:05:28 +00:00
test_flavor_rxtx.py Remove xml unit tests for v3 api plugins 2014-01-28 17:28:17 -05:00
test_flavors.py Fix and gate on H305 and H307 2014-07-15 01:13:26 +00:00
test_flavors_extra_specs.py Merge "Add API schema for v2.1/v3 flavors_extraspecs API" 2014-07-19 00:27:57 +00:00
test_hide_server_addresses.py Fix api direct use of instance module objects 2014-06-03 09:05:12 -07:00
test_hosts.py Merge "Add API schema for v2.1/v3 hosts API" 2014-07-19 23:08:05 +00:00
test_hypervisors.py Return status for compute node 2014-07-22 10:44:05 -07:00
test_instance_actions.py Rewrite nova policy to use the new changes of common policy 2014-05-29 11:44:05 +08:00
test_keypairs.py Rewrite nova policy to use the new changes of common policy 2014-05-29 11:44:05 +08: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 Merge "Add API schema for v2.1/v3 migrate_server API" 2014-07-17 00:04:32 +00:00
test_migrations.py Merge "Replace assertTrue/False with assertIn/NotIn" 2014-07-19 07:05:28 +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 F841 checking 2014-05-28 14:55:08 +01:00
test_pause_server.py V3 Pause: treat case when driver does not implement the operation 2014-06-08 01:31:52 -07:00
test_pci.py Fix rest of API objects usage 2014-06-28 12:16:23 -07:00
test_quota_sets.py Remove duplicate keys from dictionaries 2014-07-08 07:17:32 -04:00
test_remote_consoles.py Add API schema for v2.1/v3 remote_consoles API 2014-06-25 13:05:38 +09:00
test_rescue.py Allow user to specify image to use during rescue - V3 API changes 2014-06-02 08:15:51 +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 Fix and gate on H305 and H307 2014-07-15 01:13:26 +00:00
test_server_actions.py Removes useless stub of glanceclient create 2014-07-19 19:08:47 -04:00
test_server_diagnostics.py VM diagnostics (v3 API only) 2014-07-09 11:45:58 -07:00
test_server_external_events.py Fix api direct use of instance module objects 2014-06-03 09:05:12 -07:00
test_server_metadata.py Fix api direct use of instance module objects 2014-06-03 09:05:12 -07:00
test_server_password.py Object-ify server_password APIv3 extension 2014-06-17 12:25:30 -07:00
test_server_usage.py Fix api direct use of instance module objects 2014-06-03 09:05:12 -07:00
test_servers.py Merge "Replace assertTrue/False with assertIn/NotIn" 2014-07-19 07:05:28 +00:00
test_services.py Fix and gate on H305 and H307 2014-07-15 01:13:26 +00:00
test_shelve.py Fix and gate on H305 and H307 2014-07-15 01:13:26 +00: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 Fix broken version responses 2014-04-30 20:26:20 +02:00