python-manilaclient/releasenotes/notes/bug-1898318-add-wait-flag-for-deleting-a-share-group-operation-c602ba9faad411be.yaml
Archana Kumari f84f32e702 Add --wait flag to the delete share group operation
This patch set adds the --wait flag to the share group
operation. This will make the CLI to wait for the
operation to be completed before returning to the prompt.

Updated test_share_delete to be test_share_delete_wait
and included the waiter flag.

Updated test_share_group_delete_force to test the
correct calls.

Also, updated test_share_group_update and test_share_group_show
since they were randomnly failing depending on the test execution
order. Mocks were being cleaned up and that was leading us to
some errors. Created mocks for required resources within those
tests to make it more stable.

Partial-Bug: #1898318
Change-Id: Ic2d939d0dde278f3f0eed870df808da1344ae91a
2021-07-14 09:39:43 +00:00

7 lines
183 B
YAML

---
features:
- |
The command "manila share-group-delete" now accepts an optional
"--wait" that allows users to let the client poll for the
completion of the operation.