nova/nova/tests/unit/api/openstack/compute
Zuul df897a29a7 Merge "Remove support for /os-virtual-interfaces REST API" 2018-06-11 04:19:16 +00:00
..
__init__.py
admin_only_action_common.py Remove mox in tests/unit/api/openstack/compute 2018-05-24 21:31:44 +00:00
dummy_schema.py
microversions.py Using plain routes for the microversions test 2017-07-23 22:43:53 +08:00
test_access_ips.py remove extension param and usage 2017-07-29 15:57:22 +08:00
test_admin_actions.py Remove mox in tests/unit/api/openstack/compute 2018-05-24 21:31:44 +00:00
test_admin_password.py trivial: Use valid UUIDs in test_admin_password 2017-07-04 13:34:05 +00:00
test_agents.py Implement query param schema for agent index 2017-09-24 15:05:13 +00:00
test_aggregates.py fix nova accepting invalid availability zone name with ':' 2017-09-24 15:12:43 +09:00
test_api.py Remove unnecessary setUp function in testcase 2017-03-30 12:55:16 +08:00
test_attach_interfaces.py API support for tagged device attachment 2017-06-30 09:05:34 +03:00
test_auth.py Tests: use fakes.HTTPRequest in compute tests 2016-08-24 19:03:54 +03:00
test_availability_zone.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_baremetal_nodes.py Deprecate Baremetal and fping API 2016-07-26 14:14:44 +08:00
test_block_device_mapping.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_block_device_mapping_v1.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_cells.py Add offset & limit docs & tests 2017-02-02 12:28:06 -05:00
test_certificates.py Remove nova-cert 2017-04-27 22:28:01 -04:00
test_cloudpipe.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-07-25 10:45:03 +05:30
test_cloudpipe_update.py Remove cloudpipe APIs 2017-05-04 16:13:45 +08:00
test_config_drive.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_console_auth_tokens.py Stop using mox stubs in test_console_auth_tokens.py 2017-07-24 15:26:39 +00:00
test_console_output.py Enable py3 tests for unit.api.openstack.compute.test_console_output 2016-09-08 02:12:56 +00:00
test_consoles.py Remove usage of config option verbose 2017-02-27 10:02:45 +08:00
test_create_backup.py Limit the min length of string for integer JSON-Schema 2017-05-27 10:14:28 +00:00
test_deferred_delete.py Remove mox from api/openstack/compute/test_deferred_delete.py 2017-02-15 08:22:22 +00:00
test_disk_config.py remove mox from unit/api/openstack/compute/test_disk_config.py 2017-03-24 09:44:28 +08:00
test_evacuate.py Teach HostAPI about cells 2017-04-06 10:57:06 -07:00
test_extended_availability_zone.py Merge "Remove unused init_only kwarg from wsgi app init" 2017-01-11 04:13:39 +00:00
test_extended_hypervisors.py Handle uuids in os-hypervisors API 2017-07-18 17:08:01 -04:00
test_extended_ips.py Merge "Remove unused init_only kwarg from wsgi app init" 2017-01-11 04:13:39 +00:00
test_extended_ips_mac.py Merge "Remove unused init_only kwarg from wsgi app init" 2017-01-11 04:13:39 +00:00
test_extended_server_attributes.py Merge "Remove unused init_only kwarg from wsgi app init" 2017-01-11 04:13:39 +00:00
test_extended_status.py Merge "Remove unused init_only kwarg from wsgi app init" 2017-01-11 04:13:39 +00:00
test_extended_volumes.py Replace mox stubs with stub_out in test_extended_volumes.py 2018-04-09 07:09:42 +00:00
test_extension_info.py Totally freeze the extension_info API 2017-05-08 16:32:48 +08:00
test_fixed_ips.py Deprecate FixedIP related proxy APIs 2016-07-21 13:31:16 +08:00
test_flavor_access.py Merge flavor extensions controller code 2017-11-20 14:37:08 -05:00
test_flavor_disabled.py Remove unused init_only kwarg from wsgi app init 2016-12-29 21:51:03 -05:00
test_flavor_manage.py Merge flavor extensions controller code 2017-11-20 14:37:08 -05:00
test_flavorextradata.py Remove unused init_only kwarg from wsgi app init 2016-12-29 21:51:03 -05:00
test_flavors.py Add microversion to support extra_specs in flavor API. 2018-04-11 17:47:57 +08:00
test_flavors_extra_specs.py Mock.side_effects does not exist, use Mock.side_effect instead 2016-09-23 15:44:33 +08:00
test_floating_ip_dns.py Remove mox from api/openstack/compute/test_floating_ip_dns.py 2017-01-10 10:59:57 +00:00
test_floating_ip_pools.py Make test_floating_ip* pass with CONF.use_neutron=True by default 2017-01-03 20:59:36 -05:00
test_floating_ips.py Remove the useless fake ExtensionManager from API unittests 2017-07-26 19:33:00 +00:00
test_floating_ips_bulk.py Deprecated floating ip related proxy APIs 2016-07-26 14:14:44 +08:00
test_hide_server_addresses.py Merge "Remove unused init_only kwarg from wsgi app init" 2017-01-11 04:13:39 +00:00
test_hosts.py Remove mox in unit/api/openstack/compute/test_hosts.py 2018-04-19 02:07:28 +00:00
test_hypervisor_status.py Microversion 2.28 changes cpu_info string to JSON object 2016-06-01 16:25:17 +00:00
test_hypervisors.py trivial: Fix microversion number in test comment 2018-02-08 04:24:05 +00:00
test_image_metadata.py [proxy-api] microversion 2.39 deprecates image-metadata proxy API 2016-12-07 19:22:43 +03:00
test_image_size.py Remove GlanceImageService 2017-03-03 18:07:24 +00:00
test_images.py Stop using mox in api/openstack/fakes.py 2018-02-28 12:08:43 +00:00
test_instance_actions.py Add host/hostId to instance action events API 2018-04-26 14:17:02 +00:00
test_instance_usage_audit_log.py Merge "Remove mox from compute/test_instance_usage_audit_log.py" 2016-06-09 10:34:29 +00:00
test_keypairs.py Transform keypair.delete notification 2017-09-07 14:43:34 -04:00
test_limits.py Remove mox from nova.tests.unit.api.openstack.compute.test_limits 2017-06-27 14:53:50 +08:00
test_lock_server.py Remove mox in tests/unit/api/openstack/compute 2018-05-24 21:31:44 +00:00
test_microversions.py Using plain routes for the microversions test 2017-07-23 22:43:53 +08:00
test_migrate_server.py Remove mox in tests/unit/api/openstack/compute 2018-05-24 21:31:44 +00:00
test_migrations.py Add pagination and Changes-since filter support for os-migrations. 2018-01-10 14:02:53 -05:00
test_multinic.py Deprecate Multinic, floatingip action and os-virtual-interface API 2017-04-25 12:04:05 -04:00
test_multiple_create.py remove extension param and usage 2017-07-29 15:57:22 +08:00
test_networks.py iso8601.is8601.Utc No Longer Exists 2017-08-29 19:26:55 -04:00
test_neutron_security_groups.py Remove mox in test_neutron_security_groups.py 2018-04-11 23:51:30 +00:00
test_pause_server.py Remove mox in tests/unit/api/openstack/compute 2018-05-24 21:31:44 +00:00
test_quota_classes.py Deprecate file injection 2017-12-12 09:22:21 -05:00
test_quotas.py Deprecate file injection 2017-12-12 09:22:21 -05:00
test_remote_consoles.py Stop using mox stubs in test_remote_consoles.py 2017-07-18 00:39:01 +00:00
test_rescue.py Merge "Remove mox from api/openstack/compute/test_rescue.py" 2017-01-03 17:06:30 +00:00
test_scheduler_hints.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_security_group_default_rules.py Make test_security_group_default_rules work with use_neutron=True by default 2017-01-03 20:59:36 -05:00
test_security_groups.py Remove mox in test_neutron_security_groups.py 2018-04-11 23:51:30 +00:00
test_server_actions.py conf: Remove deprecated 'allow_instance_snapshots' opt 2018-03-12 14:40:11 +00:00
test_server_diagnostics.py Drop compute RPC 4.x compatibility 2018-02-12 10:49:39 -08:00
test_server_external_events.py Fix and optimize external_events for multiple cells 2017-07-19 17:59:26 -04:00
test_server_group_quotas.py Count server groups to check quota 2017-06-08 00:35:37 +00:00
test_server_groups.py check query param for server groups function 2017-11-29 01:50:16 +08:00
test_server_metadata.py Remove mox in unit/api/*/test_server_metadata.py 2018-04-09 18:24:04 +09:00
test_server_migrations.py Add uuid to migration object and migrate-on-load 2017-08-28 13:24:09 -07:00
test_server_password.py Remove mox in unit/api/*/test_server_password.py 2018-04-09 16:28:08 +09:00
test_server_reset_state.py Remove mox stubs in api/openstack/compute/test_server_reset_state.py 2017-02-16 15:47:21 +07:00
test_server_start_stop.py remove extension param and usage 2017-07-29 15:57:22 +08:00
test_server_tags.py remove extension param and usage 2017-07-29 15:57:22 +08:00
test_server_usage.py Merge "Remove unused init_only kwarg from wsgi app init" 2017-01-11 04:13:39 +00:00
test_serversV21.py Fix HTTP500 error of changes-since on v2.0 API 2018-05-11 10:52:06 -07:00
test_services.py check query param for service's index function 2017-09-24 05:55:15 +08:00
test_shelve.py Merge "Stop using mox stubs in test_shelve.py" 2017-01-18 23:52:43 +00:00
test_simple_tenant_usage.py Implement query param schema for simple_tenant_usage 2017-11-22 19:46:32 +00:00
test_snapshots.py Implement query param schema for volume, snapshot API 2017-11-19 16:15:39 +03:00
test_suspend_server.py Remove mox in tests/unit/api/openstack/compute 2018-05-24 21:31:44 +00:00
test_tenant_networks.py Count networks to check quota 2017-06-19 21:51:46 +00:00
test_urlmap.py Remove the test for the route '/resources.:(format)' 2017-07-12 20:57:16 +08:00
test_used_limits.py check query param for used_limits function 2017-10-30 17:31:16 +08:00
test_user_data.py Remove mox in test_user_data.py 2018-04-09 15:44:25 +09:00
test_versions.py Refactor WSGI apps and utils to limit imports 2018-03-06 22:05:12 +00:00
test_volumes.py Change exception type while deattaching root device 2018-05-25 13:10:01 +02:00