cinder/cinder/tests/unit/api/contrib
Szymon Borkowski ffd32c7e19 Quota API is now compatible with keystone API v2
Before, the quota API used to fail to perform calls with specified
keystone API v2, because the keystone client used in code was set
to v3 and all quota operations used to assume that the user would
use only keystone API v3.
Now, we use the generic client, which discovers the version of the
keystone API, so depending on that, the quota API can perform
appropriate operations.

Change-Id: I32595a37a9fe74ede77c92f76e0865f4c9371f65
Closes-Bug: 1517043
2015-12-23 11:33:44 +01:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_admin_actions.py Merge "Check backup service before backup delete" 2015-12-17 04:28:14 +00:00
test_availability_zones.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_backups.py Check backup service before backup delete 2015-12-07 15:20:09 +00:00
test_capabilities.py Allow specified backend capabilities to be retrieved 2015-09-01 04:56:41 +00:00
test_cgsnapshots.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_consistencygroups.py CG API should return volume type IDs 2015-11-23 23:09:02 -08:00
test_extended_snapshot_attributes.py Fix order of arguments in assertEqual 2015-08-03 19:26:08 -07:00
test_hosts.py Check for None on service's updated_at 2015-09-16 20:03:42 +02:00
test_qos_specs_manage.py Correct assertDictMatch argument order 2015-11-13 16:57:01 +00:00
test_quotas.py Quota API is now compatible with keystone API v2 2015-12-23 11:33:44 +01:00
test_quotas_classes.py Correct assertDictMatch argument order 2015-11-13 16:57:01 +00:00
test_scheduler_hints.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_scheduler_stats.py Correct assertDictMatch argument order 2015-11-13 16:57:01 +00:00
test_services.py Check for None on service's updated_at 2015-09-16 20:03:42 +02:00
test_snapshot_actions.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_snapshot_manage.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_snapshot_unmanage.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_types_extra_specs.py Validate string, integer limit for input parameter 2015-08-10 08:51:19 +00:00
test_types_manage.py Fix updating only volume type is_public 2015-10-13 18:26:09 +00:00
test_used_limits.py Fix UsedLimitsController's authorizer to soft 2015-10-28 14:53:55 +08:00
test_volume_actions.py Add validation for volume_type of volume object 2015-12-09 17:39:23 -05:00
test_volume_encryption_metadata.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_volume_host_attribute.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_volume_image_metadata.py Update get/delete_volume API to use versionedobjects 2015-11-12 04:54:16 -08:00
test_volume_manage.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_volume_migration_status_attribute.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_volume_replication.py Fix order of arguments in assertEqual 2015-09-05 15:18:22 +08:00
test_volume_tenant_attribute.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00
test_volume_transfer.py Update get/delete_volume API to use versionedobjects 2015-11-12 04:54:16 -08:00
test_volume_type_access.py Fix Bad indentation pylint issues 2015-09-27 23:04:26 -07:00
test_volume_type_encryption.py Remove unused function volume_type_encryption_get 2015-08-17 15:18:14 -04:00
test_volume_unmanage.py Python 3: fix a lot of tests 2015-12-07 15:34:20 +01:00