python-openstackclient/openstackclient/tests/functional
Akihiro Motoki eeb614c477 volume functest: ensure snapshots deleted when volume delete
Deleting snapshot may take time. The current volume API does not allow
to delete volumes with snapshots, so if deleting snapshot may take time,
a delete request for a parent volume will fail.
This sometimes causes functional test failures in slow environments.

wait_for_status() checks whether volume status is in error statuses
but previously the expected error status was wrong. Cinder API uses
lower case as volume status, so it did not work expectedly.

Change-Id: I095894ba39f23bf81d71351818d24dbb5ca459fb
2017-06-06 01:14:20 +00:00
..
common Refactor Extension show and list command 2017-05-18 11:33:45 +08:00
compute volume functest: ensure snapshots deleted when volume delete 2017-06-06 01:14:20 +00:00
examples move all functional tests to tests module 2016-09-09 03:29:47 +00:00
identity Functional tests: Identity v2 and DevStack 2017-05-02 10:32:21 -05:00
image JSON-ify image functional tests 2017-05-24 11:14:28 -05:00
network Trivial fix typos 2017-05-30 16:38:27 +07:00
object move all functional tests to tests module 2016-09-09 03:29:47 +00:00
volume volume functest: ensure snapshots deleted when volume delete 2017-06-06 01:14:20 +00:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py Trivial fix typos 2017-05-30 16:38:27 +07:00
post_test_hook.sh unwedge the gate 2016-09-09 22:49:35 -04:00
post_test_hook_tips.sh Use git+file urls instead of directories 2017-01-14 20:40:17 +00:00