python-cinderclient/cinderclient/tests/unit/v3
Minmin Ren 522e5a938b Add missed 'Server ID' output in attachment-list
'server_id' is not Attachment attribute, should be
set by 'instance' attribute.

v3/attachments respond body:

{"attachments":
   [{"status": "attached",
     "instance": INSTANCE_UUID,
     "id": ATTACHMENT_UUID,
     "volume_id": VOLUME_UUID,
    },
    ...
    ]
}

Closes-Bug: #1860393
Change-Id: Ica5d278cb7455befe1db4be0ab65114fd606ea0a
(cherry picked from commit 03f228c11e)
(cherry picked from commit 5112244258)
(cherry picked from commit 14547dfb1b)
2020-01-21 09:33:16 +09:00
..
__init__.py Add /v3 endpoint support for cinderclient 2016-04-18 10:49:51 -06:00
fakes.py Add missed 'Server ID' output in attachment-list 2020-01-21 09:33:16 +09:00
test_attachments.py Add api_version_wraps to attachment-complete 2017-09-09 18:17:01 +00:00
test_clusters.py Wrap cluster related function with api_version 2016-09-01 01:45:05 +00:00
test_group_snapshots.py Removed unnecessary parameters from group and group_snapshots create APIs 2017-12-14 11:23:12 +05:30
test_group_types.py Enable H306 2017-08-01 16:23:49 -04:00
test_groups.py Removed unnecessary parameters from group and group_snapshots create APIs 2017-12-14 11:23:12 +05:30
test_messages.py Add v3 user messages with pagination 2016-09-01 08:21:57 -04:00
test_quotas.py Support skip-validation for quota update 2017-07-18 01:03:06 +00:00
test_resource_filters.py Support generalized resource filter in client 2017-05-31 11:32:49 +00:00
test_services.py Support for reporting backend state in service list 2018-01-09 09:04:00 +08:00
test_shell.py Add missed 'Server ID' output in attachment-list 2020-01-21 09:33:16 +09:00
test_volume_backups.py Enable H306 2017-08-01 16:23:49 -04:00
test_volumes.py Fix 'cluster' paramter using for v3 volume manage 2018-01-05 21:48:56 +08:00