tempest/tempest/api/volume
zhufl 7e75fcb5c1 Remove one-line function in test_volumes_actions
In I526f8940c4f29a93f25f896bc4779a771f4c3eb5, _reset_volume_status's
return value is removed and so it becomes a one-line function. Jordan
Pittier points out that "It's better to directly use
admin_volume_client.reset_volume_status() in tests instead of
calling an alias.", so this is to remove the one-line function to
keep code clean.

Change-Id: I89bb06c15a4f2ac9b55f1ee5437f92eb885f05ca
2016-10-17 09:05:36 +08:00
..
admin Remove one-line function in test_volumes_actions 2016-10-17 09:05:36 +08:00
v2 Add existing volumes when using pre-provisioned credentials 2016-08-18 08:53:07 +08:00
v3 Reordering tests under the approprite directories 2016-09-11 08:28:12 +00:00
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
api_microversion_fixture.py Add tests for Cinder user messages v3 API 2016-06-16 17:05:25 +00:00
base.py Merge "Move wait_for_qos_operations method to common.waiters" 2016-09-30 12:14:43 +00:00
test_availability_zone.py Fix H404/405 violations for api tests(1/3) 2015-11-19 07:40:43 +00:00
test_extensions.py Full response for Volume ExtensionsClient methods 2015-08-13 17:31:42 +00:00
test_snapshot_metadata.py Make 2 base_snapshots_client function use **kwargs 2015-12-24 18:15:21 +05:30
test_volume_metadata.py Remove a redundent variable 2016-09-26 12:13:25 +03:00
test_volume_transfers.py Remove unused config.CONF 2016-08-29 10:34:08 +08:00
test_volumes_actions.py Merge "Merge very similar code in test_volume_readonly_update" 2016-10-12 09:25:10 +00:00
test_volumes_backup.py Permission changes: Python file should be 0644 not 0775 2016-10-02 23:27:44 +02:00
test_volumes_clone_negative.py Add volume clone flag to clone tests 2016-08-31 22:52:24 +00:00
test_volumes_clone.py Add volume clone flag to clone tests 2016-08-31 22:52:24 +00:00
test_volumes_extend.py Remove unused config.CONF 2016-08-29 10:34:08 +08:00
test_volumes_get.py Permission changes: Python file should be 0644 not 0775 2016-10-02 23:27:44 +02:00
test_volumes_list.py Remove a redundent resource_cleanup method 2016-08-15 16:13:41 +03:00
test_volumes_negative.py Permission changes: Python file should be 0644 not 0775 2016-10-02 23:27:44 +02:00
test_volumes_snapshots_list.py Move test_snapshot_list_* tests to new file 2016-09-23 00:43:29 +03:00
test_volumes_snapshots_negative.py Permission changes: Python file should be 0644 not 0775 2016-10-02 23:27:44 +02:00
test_volumes_snapshots.py Remove unused func _detach 2016-10-09 17:46:14 +08:00