python-cinderclient/cinderclient/tests/unit
Chaynika Saikia 0cb09cc560 Add cinder create --poll
Usage: It adds an optional argument --poll to the cinder
create command which waits while the creation of the volume
is completed and the volume goes to available state. In case
there is an error in volume creation, it throws an error message
and exits with a non zero status. The error message printed here
is the async error message in case it generates one.

Depends-On: Ic3ab32b95abd29e995bc071adc11b1e481b32516

Change-Id: I1a4d361d48a44a0daa830491f415be64f2e356e3
2017-07-24 09:06:28 -04:00
..
fixture_data Replace uuid.uuid4().hex with uuidutils.generate_uuid() 2017-03-25 09:39:43 +08:00
v1 Fix pep8 errors 2017-03-15 13:42:49 +01:00
v2 Remove consistencygroup quota 2017-07-17 02:35:09 +00:00
v3 Add cinder create --poll 2017-07-24 09:06:28 -04:00
__init__.py Move unit tests into test directory 2015-03-23 21:20:10 -06:00
fake_actions_module.py Add "start_version" and "end_version" support to argparse 2016-08-16 16:16:13 +00:00
fakes.py Tests: Add info to assert_called failure message 2017-05-01 09:42:37 -04:00
test_api_versions.py Add get_highest_version method 2017-03-10 16:48:46 +00:00
test_auth_plugins.py Fix noauth support 2017-03-24 13:24:50 +02:00
test_base.py Add pagination for snapshots, backups 2017-06-22 19:06:48 +02:00
test_client.py Add cinder create --poll 2017-07-24 09:06:28 -04:00
test_exceptions.py Cinder client should retry with Retry-After value 2016-07-06 11:42:20 +03:00
test_http.py support global_request_id in constructor 2017-05-25 06:08:30 -04:00
test_shell.py Do not require network for test_noauth_plugin() 2017-06-01 16:45:45 +02:00
test_utils.py Add pagination for snapshots, backups 2017-06-22 19:06:48 +02:00
utils.py Switch to keystoneauth 2016-07-23 07:35:40 +10:00