Files
python-cinderclient/cinderclient/tests/unit/v2
Abijitha Nadagouda c3a22519bc Removes unicode 'u' response for "cinder get-capabilities"
The output of "cinder get-capabilities" command returns
unicoded response. But it would appear from the utils
class that setting formatters will go through the
capabilities dict and make sure all values are properly
string formatted. Therefore added formatters to return
string formatted response.

Added formatters=sorted(prop.keys()) line instead of
static values as suggested by the reviewer, to avoid
tying server knowledge to the client and also any
update on the server side would easily reflect here.

Closes-bug: #1680444
Change-Id: Ie38236db364d59ddab42cb925d0435777b0ffe86
2018-01-23 18:32:11 +05:30
..
2017-08-01 16:23:49 -04:00
2017-08-01 16:23:49 -04:00
2017-08-01 16:23:49 -04:00
2017-08-01 16:23:49 -04:00
2017-08-01 16:23:49 -04:00
2017-07-17 02:35:09 +00:00
2017-08-01 16:23:49 -04:00
2017-08-01 16:23:49 -04:00
2017-08-01 16:23:49 -04:00
2017-08-01 16:23:49 -04:00
2018-01-08 20:51:57 +08:00