tempest/tempest/api/volume
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
..
admin Fix test case for updating volume type extra specs 2017-10-24 15:24:45 +08:00
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
api_microversion_fixture.py Move base_client from volume.v3 to volume 2017-07-05 00:56:05 +00:00
base.py Avoid using v3 volume clients when v3 is disabled 2017-08-31 16:01:40 +03:00
test_availability_zone.py Remove unnecessary client alias in AvailabilityZoneTestJson 2017-09-27 12:39:28 +08:00
test_extensions.py Use sequence directly instead of using len() 2017-04-17 15:03:04 +09:00
test_image_metadata.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_snapshot_metadata.py Add test for showing snapshot metadata item 2017-07-05 11:29:16 +08:00
test_versions.py [TrivialFix]Remove unnecessary value taking 2017-08-21 14:49:44 +08:00
test_volume_absolute_limits.py Add T115 for admin test path 2017-05-23 14:00:27 -07:00
test_volume_delete_cascade.py Delete volume with associated snapshots 2017-04-06 08:27:30 +03:00
test_volume_metadata.py Add test for showing volume metadata item 2017-07-05 11:22:47 +08:00
test_volume_transfers.py Add response assertions and remove unused variables in volume tests 2017-07-03 16:11:59 +08:00
test_volumes_actions.py Add params to upload_volume command 2017-08-28 09:02:59 +03:00
test_volumes_backup.py Merge "Add detail specific fields check in list_backups" 2017-08-30 09:47:45 +00:00
test_volumes_clone.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_volumes_clone_negative.py Move the `attr` decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00
test_volumes_extend.py Test size extend for an attached volume 2017-07-12 12:27:20 -04:00
test_volumes_get.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_volumes_list.py Do not use self.name for volume name field 2017-08-24 10:59:49 +08:00
test_volumes_negative.py Remove unnecessary class variable 2017-09-11 11:06:55 +03:00
test_volumes_snapshots.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_volumes_snapshots_list.py Move cinder tests into unversioned path - part2 2017-04-04 11:01:28 -07:00
test_volumes_snapshots_negative.py Move the `attr` decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00