cinder/cinder/tests/unit/api/contrib
Sofia Enriquez 10495c5643 Fix service-get-log to respect server filters
The service-get-log command returns always the same output ignoring
the 'server' filters.

This fix avoid returning all the results when using the 'server' filter.

How to reproduce:
'cinder  --os-volume-api-version 3.52 service-get-log
--server localhost.localdomain@cep'
return the same output than
'cinder  --os-volume-api-version 3.52 service-get-log'

Also includes squash to fix unit test from:
Fix service_get_log tests
Change-Id: I633e67efa4869816786011c3d093dc81e177010c

Change-Id: Iecb3faad9270f969185089cc291127b340483a46
(cherry picked from commit e793c5e249)
(cherry picked from commit 0f6b4cdcd4)
(cherry picked from commit 915aab4dbb)
2020-11-18 19:28:36 +00:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_admin_actions.py Stop using deprecated rpc_backend option 2018-10-08 20:52:53 +00:00
test_availability_zones.py Stop using mox in unit/api/contrib/ tests (1/2) 2016-09-01 23:05:39 +07:00
test_backup_project_attribute.py Add user_id in backup list and show API 2018-12-12 00:52:05 -05:00
test_backups.py Merge "Save the backup.service just before _run_backup" 2018-09-11 18:07:20 +00:00
test_capabilities.py Make service object UUID not nullable 2017-10-26 10:17:50 -06:00
test_cgsnapshots.py Raise PolicyNotAuthorized exception on consistency Group snapshot 2017-12-19 04:18:58 -05:00
test_consistencygroups.py Schedule request to scheduler when create group from resource 2017-11-13 11:24:53 +00:00
test_extended_snapshot_attributes.py Add missing 'target_obj' when perform policy check 2018-03-19 19:02:00 +08:00
test_hosts.py Use constants for cinder-volume 2017-12-29 09:05:08 +08:00
test_qos_specs_manage.py V3 jsonschema validation: qos-specs 2018-03-13 14:18:17 +05:30
test_quotas.py Remove auth_uri usage 2018-08-29 11:46:11 +08:00
test_quotas_classes.py V3 jsonschema validation: Quota classes 2018-04-27 08:39:56 +05:30
test_scheduler_hints.py V3 jsonschema validation: scheduler_hints 2018-05-23 11:58:59 +05:30
test_scheduler_stats.py Use constants for microversion values 2017-09-22 08:15:56 -05:00
test_services.py Fix service-get-log to respect server filters 2020-11-18 19:28:36 +00:00
test_snapshot_actions.py V3 jsonschema validation: snapshot_actions 2018-04-10 14:23:56 +05:30
test_snapshot_manage.py Fix os-detach attachment_id schema 2018-05-02 16:41:07 -04:00
test_snapshot_unmanage.py Extracted HTTP response codes to constants 2017-03-22 11:59:23 +05:30
test_types_extra_specs.py Remove the deprecated config option 2018-06-03 11:00:51 +00:00
test_types_manage.py Fix combination of parameters for update APIs 2018-01-18 14:19:13 +05:30
test_used_limits.py Don't raise 'NotAuthorized' inside when soft authorization 2017-12-12 07:56:22 +00:00
test_volume_actions.py Add test case: extend non-exist volume 2019-01-11 03:29:20 +00:00
test_volume_encryption_metadata.py Extracted HTTP response codes to constants 2017-03-22 11:59:23 +05:30
test_volume_host_attribute.py Add VolumeAttachStatus Enum 2016-11-09 17:10:27 -06:00
test_volume_image_metadata.py Add missing 'target_obj' when perform policy check 2018-03-19 19:02:00 +08:00
test_volume_manage.py Additional fix for hostname validation regex 2018-05-23 10:40:04 +01:00
test_volume_migration_status_attribute.py Add VolumeAttachStatus Enum 2016-11-09 17:10:27 -06:00
test_volume_tenant_attribute.py Add policy test for TENANT_ATTRIBUTE_POLICY 2018-12-06 01:20:11 +00:00
test_volume_transfer.py V3 jsonschema validation: volume_transfer 2018-04-17 14:15:11 +05:30
test_volume_type_access.py V3 jsonschema validation: volume_type_access 2018-01-22 12:43:46 +05:30
test_volume_type_encryption.py V3 jsonschema validation: volume_type_encryption 2018-05-31 09:32:16 +05:30
test_volume_unmanage.py Disallow unmanaging encrypted volumes 2017-11-29 10:43:32 -05:00