cinder/cinder/tests/unit/api/contrib
Yuriy Nesenenko 3899e0b4b5 Fix service-list filter
Currently cinder service list --host=<hostname> will not show any
results for the volume services. This is because the volume-services
append an internal pool name to the hostname and as a result there
won't be a match for the specific filter. This patch fixes the
incorrect work of service-list with '--host' argument. Also it filters
data on the DB side to improve performance.

APIImpact
Closes-Bug: 1530144
Change-Id: I21775106693176ca128dbfd9db0d43cfc58de00a
Depends-On: I4044ab15078ecf54447e1c6e67c27fc8d7c9d6f7
2016-02-15 14:52:19 +02:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_admin_actions.py Add BackupStatus enum field 2016-01-04 14:32:52 +00:00
test_availability_zones.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_backups.py Add BackupStatus enum field 2016-01-04 14:32:52 +00:00
test_capabilities.py Allow specified backend capabilities to be retrieved 2015-09-01 04:56:41 +00:00
test_cgsnapshots.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_consistencygroups.py Add pagination support to consistency group 2016-01-21 09:15:21 +08:00
test_extended_snapshot_attributes.py Fix order of arguments in assertEqual 2015-08-03 19:26:08 -07:00
test_hosts.py Fix service-list filter 2016-02-15 14:52:19 +02:00
test_qos_specs_manage.py Add pagination support to Qos specs 2015-12-23 16:26:34 +08:00
test_quotas.py Merge "Quota API is now compatible with keystone API v2" 2015-12-28 23:26:14 +00:00
test_quotas_classes.py Replace use of mox with mock in test_quotas 2015-12-15 13:51:00 +00:00
test_scheduler_hints.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_scheduler_stats.py Correct assertDictMatch argument order 2015-11-13 16:57:01 +00:00
test_services.py Fix service-list filter 2016-02-15 14:52:19 +02:00
test_snapshot_actions.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_snapshot_manage.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_snapshot_unmanage.py Remove API races from delete methods 2015-12-23 14:33:38 +01:00
test_types_extra_specs.py Validate string, integer limit for input parameter 2015-08-10 08:51:19 +00:00
test_types_manage.py Fix updating only volume type is_public 2015-10-13 18:26:09 +00:00
test_used_limits.py Fix UsedLimitsController's authorizer to soft 2015-10-28 14:53:55 +08:00
test_volume_actions.py Allow host and instance_uuid at attach 2016-01-11 03:43:09 -08:00
test_volume_encryption_metadata.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_volume_host_attribute.py Merge "Remove duplicate keys from dictionary" 2016-01-08 14:26:03 +00:00
test_volume_image_metadata.py Remove duplicate keys from dictionary 2015-11-17 04:03:38 -08:00
test_volume_manage.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_volume_migration_status_attribute.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_volume_replication.py Fix order of arguments in assertEqual 2015-09-05 15:18:22 +08:00
test_volume_tenant_attribute.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_volume_transfer.py Update get/delete_volume API to use versionedobjects 2015-11-12 04:54:16 -08:00
test_volume_type_access.py Add pagination support to volume type 2016-01-05 19:48:21 +08:00
test_volume_type_encryption.py Fix grammatical mistake in defining articles. 2016-01-05 01:03:02 +00:00
test_volume_unmanage.py Remove API races from delete methods 2015-12-23 14:33:38 +01:00