cinder/cinder/tests/unit/api/contrib
Sofia Enriquez 915aab4dbb 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)
2020-10-27 21:09:19 +00:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_admin_actions.py Untyped to Default Volume Type 2019-09-20 05:37:54 +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 Untyped to Default Volume Type 2019-09-20 05:37:54 +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 Fix volume type quota defaults in quotas tests 2019-06-15 04:50:09 +00:00
test_quotas_classes.py Fix volume type quota defaults in quotas tests 2019-06-15 04:50:09 +00:00
test_scheduler_hints.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
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-10-27 21:09:19 +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 Tests: Fix retype unit test InvalidUUID warning 2019-10-02 20:29:31 +00:00
test_volume_encryption_metadata.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
test_volume_host_attribute.py Add VolumeAttachStatus Enum 2016-11-09 17:10:27 -06:00
test_volume_image_metadata.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
test_volume_manage.py Re-enable new pycodestyle errors 2019-06-04 14:28:09 +00: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 Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
test_volume_type_access.py Re-enable new pycodestyle errors 2019-06-04 14:28:09 +00:00
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