tempest/tempest/api/volume/admin
zhufl 9a740dd262 Fix invalid filter passed to list_volumes
display_name is not a valid filter for list_volumes, i.e., for non-admin
users no matter what value we set for display_name filter, all volumes
will be returned. We'd better to use name filter for it works all the
time.
https://github.com/openstack/cinder/blob/master/doc/source/admin/generalized_filters.rst

Change-Id: Ib25f4767b74d4494edfafa211d5884a01c1b6488
2019-04-17 01:52:28 +00:00
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
test_backends_capabilities.py Fixed test_compare_volume_stats_values false failures 2018-09-19 18:03:53 +03:00
test_group_snapshots.py Skip 3.19 test_reset_group_snapshot_status 2018-09-14 11:39:46 -04:00
test_group_type_specs.py Add test case for group type specs APIs 2018-01-19 02:42:20 +00:00
test_group_types.py Add update groups types API endpoint to volumes v3 library 2017-12-13 17:26:48 +00:00
test_groups.py Refactor volume groups and group snapshots tests 2017-11-29 14:37:29 +00:00
test_multi_backend.py Move skip condition under skip_checks method 2018-06-10 14:16:15 +03:00
test_qos.py Rename Cinder V2 API tests 2017-03-30 12:25:58 -07:00
test_snapshot_manage.py modify params transfer mode in test_snapshot_manage 2018-01-02 10:59:20 +08:00
test_snapshots_actions.py Fix for resetting snapshot status 2017-08-31 14:45:23 +00:00
test_user_messages.py Merge volume message list and show testcases 2018-07-09 20:27:32 +00:00
test_volume_hosts.py Fix code to pass pep8 Tox environment. 2018-04-12 11:09:37 +02:00
test_volume_manage.py Fix skip checks in volume and snapshot manage tests 2017-06-23 16:15:22 +08:00
test_volume_pools.py Fix DeprecationWarning in test_volume_pools.py 2017-06-05 17:38:58 +09:00
test_volume_quota_classes.py Move identity_utils to common.identity 2017-09-14 13:00:31 -06:00
test_volume_quotas.py Merge "Remove unnecessary class variables" 2018-09-05 12:11:52 +00:00
test_volume_quotas_negative.py [Negative] Extend volume over quota limit 2018-11-14 05:42:22 +00:00
test_volume_retype.py Fix invalid filter passed to list_volumes 2019-04-17 01:52:28 +00:00
test_volume_services.py Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, len(.. 2017-06-05 23:43:53 +01:00
test_volume_services_negative.py Remove unused class variables 2018-07-23 14:54:15 +08:00
test_volume_snapshot_quotas_negative.py Remove unnecessary class variables 2018-09-03 16:42:41 +08:00
test_volume_type_access.py Remove unnecessary alias for service clients 2018-01-29 12:16:30 +00:00
test_volume_types.py Use show_volume_type to check the result of update_volume_type 2018-09-30 17:47:47 +08:00
test_volume_types_extra_specs.py Fix test case for updating volume type extra specs 2017-10-24 15:24:45 +08:00
test_volume_types_extra_specs_negative.py Test nonexistent volume type extra_spec name instead of id 2017-08-22 03:00:23 +00:00
test_volume_types_negative.py Remove "test_create_with_nonexistent_volume_type" 2017-09-11 09:00:57 +03:00
test_volumes_actions.py Change description of annotation 2017-11-02 18:01:54 +08:00
test_volumes_backup.py Merge "Add status check for creating volume backup" 2018-06-27 09:43:13 +00:00
test_volumes_list.py Fix addCleanup order in test_volume_list_param_tenant 2017-09-05 15:40:40 +09:00