cinder/cinder/tests/unit/api
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
..
contrib Fix service-get-log to respect server filters 2020-10-27 21:09:19 +00:00
middleware Fix deprecation warnings 2018-08-23 12:52:34 -04:00
openstack Raise HTTPUnsupportedMediaType when content type is unsupported 2018-08-21 17:14:02 +08:00
v2 Default volume_type set too early 2020-07-12 16:10:27 -04:00
v3 Default volume_type set too early 2020-07-12 16:10:27 -04:00
views Fix version return incorrect when endpoint url end without / 2019-02-20 20:30:14 +00:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fakes.py Fix consisgroup V3 interfaces 2016-07-04 16:21:44 +08:00
test_api_validation.py Tests: Fix python version check 2018-02-16 14:43:53 -05:00
test_common.py Allow filtering on size for volume list 2019-05-04 10:47:46 -06:00
test_versions.py Exclude disabled API versions from listing 2018-09-26 23:31:46 +00:00