tempest/tempest/api/volume/admin
jeremy.zhang b74a207e64 Fix test case for updating volume type extra specs
The create_volume_type_extra_specs API in volume types_client actually
contains both 'create' and 'update' function for extra specs of a volume
type. The 'update' function not only can update volume type's existing
extra specs, but also can add new extra specs to the volume type. This
patch adds test for this 'update' function.

Change-Id: Iaa7c760920267c7db58650fc120e8c9033e875d7
2017-10-24 15:24:45 +08:00
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
test_backends_capabilities.py Move Cinder admin tests into unversioned path 2017-03-30 12:26:01 -07:00
test_group_types.py Add Tests for Create/Delete/Show/List Group Types 2017-07-21 15:48:50 -07:00
test_groups.py Merge "Fix volume group test" 2017-10-10 07:37:55 +00:00
test_multi_backend.py Use create_volume wrapper for volume creation 2017-09-04 13:53:58 +03:00
test_qos.py Rename Cinder V2 API tests 2017-03-30 12:25:58 -07:00
test_snapshot_manage.py Fix skip checks in volume and snapshot manage tests 2017-06-23 16:15:22 +08:00
test_snapshots_actions.py Fix for resetting snapshot status 2017-08-31 14:45:23 +00:00
test_user_messages.py Remove unnecessary executable permissions 2017-09-12 12:50:46 -06:00
test_volume_hosts.py Fix the test case for showing host 2017-08-31 13:48:51 +00: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 Delete a volume by Non-admin privileges 2017-09-24 11:56:44 +03:00
test_volume_quotas_negative.py test.py: stop using aliases for creds manager 2017-04-26 10:34:56 +02:00
test_volume_retype_with_migration.py Resolve TODO in test: 'test_available_volume_retype_with_migration' 2017-08-15 15:47:31 +03: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_snapshot_quotas_negative.py test.py: stop using aliases for creds manager 2017-04-26 10:34:56 +02:00
test_volume_type_access.py Handle volume API version enablement 2017-07-12 13:38:30 -05:00
test_volume_types.py Remove unnecessary wait_for_volume_resource_status 2017-06-09 14:11: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 Merge "Fix for resetting volume status" 2017-08-28 04:40:32 +00:00
test_volumes_backup.py Add detail specific fields check in list_backups 2017-08-22 10:56:26 +08:00
test_volumes_list.py Fix addCleanup order in test_volume_list_param_tenant 2017-09-05 15:40:40 +09:00