python-manilaclient/manilaclient/tests/functional
Goutham Pacha Ravi d3c4e8fa16 Add a waiter to share create/delete
This option enables "create" and "delete"
commands to wait until the action has completed.
There are numerous asynchronous operations
and this behavior is desirable for all
of them, however, the feature will be implemented
in parts and tracked as various "low-hanging-fruit"
bugs for new contributors to get a hang of
the contributor process.

This patch introduces a framework for future
implementations, including a sample set of
unit and functional tests for create/delete
operations on shares with the v2 shell client.

Partially-implements: bp add-wait-to-async-commands
Closes-Bug: #1898304
Change-Id: I099ccf4bce383905aeefc770905bd4d06470eaf2
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2020-10-02 15:37:26 -07:00
..
osc Add functional tests for OSC 2020-02-28 08:26:05 +00:00
__init__.py Implement functionality for functional tests using tempest-lib 2014-11-12 13:05:24 +02:00
base.py Add a waiter to share create/delete 2020-10-02 15:37:26 -07:00
client.py Add a waiter to share create/delete 2020-10-02 15:37:26 -07:00
exceptions.py Add commands for share server migration 2020-09-10 07:40:32 -03:00
test_availability_zones.py Add support of Availability Zones API 2016-09-12 14:14:39 +03:00
test_common.py Update hacking for Python3 2020-03-30 10:04:29 +00:00
test_export_locations.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_limits.py Add read-only functional tests 2015-01-13 20:17:44 +02:00
test_messages.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_quotas.py Add new share replica quotas to the CLI 2020-04-08 03:35:33 +00:00
test_scheduler_stats.py Add share_type filter to pool_list 2016-12-22 11:38:25 +08:00
test_security_services.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_services.py Add support of new API URLs after port of extensions to core API 2015-11-17 19:37:56 +02:00
test_share_access.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_share_network_subnets.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_share_networks.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_share_replica_export_locations.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_share_servers.py Add commands for share server migration 2020-09-10 07:40:32 -03:00
test_share_types.py Add update share-type to SDK and CLI 2019-09-10 13:51:17 -07:00
test_shares.py Add a waiter to share create/delete 2020-10-02 15:37:26 -07:00
test_shares_listing.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_shares_metadata.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_snapshot_access.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_snapshot_instances.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_snapshot_instances_export_locations.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
test_snapshots_export_locations.py Fix update share network tests and skip exception issue 2019-10-29 22:41:50 -03:00
utils.py Add CLI commands for Share Networks with multiple Subnets 2019-09-12 22:36:36 -03:00