summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/volume/v3/test_volume.py
Commit message (Collapse)AuthorAgeFilesLines
* Migrate 'volume revert' command to SDKwhoami-rajat2023-05-161-16/+40
| | | | | | | This patch modifies the existing revert volume to snapshot call from cinderclient to SDK. Change-Id: Iaa9708ebae5d6ab3dfc73e4e2376af32ed098688
* Blacken openstackclient.volumeStephen Finucane2023-05-101-26/+28
| | | | | | | | | | Black used with the '-l 79 -S' flags. A future change will ignore this commit in git-blame history by adding a 'git-blame-ignore-revs' file. Change-Id: Ic318617c67ab7ce6527f9016b759a1d4b0b80802 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Add volume revert commandwhoami-rajat2023-02-161-0/+58
| | | | | | This command allows users to revert a volume to a given snapshot. Change-Id: If35ee394d654f5264558a281c835affff524ca50
* Add volume summary commandwhoami-rajat2023-01-131-0/+121
This patch adds the ``volume summary`` command which shows the total size, total count and metadata of all volumes. This command is available from microversion 3.12 and the metadata info is available from microversion 3.36. Change-Id: I6472337e8b1dc91aad5fbe416673a5d5a5d5fa88