python-openstackclient/openstackclient/tests/unit/volume/v3
Stephen Finucane 045f2e7e06 volume: Correct output of 'volume attachment create'
When adding these, we missed that the underlying cinder library call
actually returns a dictionary and not a Resource-based object. This
requires slightly different handling. Fix this.

Change-Id: Ie065fe4198ae1238830cb619220e856390d4cb6e
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-05-16 12:47:39 +01:00
..
__init__.py Add Cinder v3 client support for volumes 2017-02-20 20:37:36 +00:00
fakes.py volume: Add 'block storage resource filter list' command 2022-05-13 12:42:16 +01:00
test_block_storage_cluster.py volume: Add 'block storage cluster *' commands 2022-05-13 11:59:23 +01:00
test_block_storage_resource_filter.py volume: Add 'block storage resource filter list' command 2022-05-13 12:42:16 +01:00
test_volume_attachment.py volume: Correct output of 'volume attachment create' 2022-05-16 12:47:39 +01:00
test_volume_group_snapshot.py volume: Add 'volume group snapshot *' commands 2021-06-10 11:21:22 +01:00
test_volume_group_type.py volume: Add 'volume group type *' commands 2021-06-03 18:00:50 +01:00
test_volume_group.py volume: Add 'volume group *' commands 2021-06-03 17:58:48 +01:00
test_volume_message.py Replace assertItemsEqual with assertCountEqual 2021-09-09 15:50:54 +02:00