glance/glance/tests/unit
Arnaud Legendre 11b5487eff Use uuid instead of uuidutils
Each project should directly use the standard uuid module.
uuidutils will be deprecated/removed in this cycle.

This patch replaces every uuidutils.generate_uuid() with
str(uuid.uuid4()) and uuidutils.is_uuid_like()
with utils.is_uuid_like().

Change-Id: I43642d4f1e137c14134b3d544e367b504b9851ac
Closes-Bug: #1253497
2013-12-24 11:43:17 -08:00
..
api assertEquals is deprecated, use assertEqual instead 2013-12-11 22:18:20 +01:00
common assertEquals is deprecated, use assertEqual instead 2013-12-11 22:18:20 +01:00
v1 Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
v2 Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
__init__.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 18:29:53 +02:00
base.py Enable F40X checking 2013-11-27 18:15:48 +02:00
fake_rados.py Fixes rbd _delete_image snapshot with missing image 2013-10-07 23:15:49 +01:00
test_auth.py Enable tasks REST API for async worker 2013-12-13 22:58:53 -05:00
test_cache_middleware.py Enable F40X checking 2013-11-27 18:15:48 +02:00
test_cached_images.py Add unit tests for glance.api.cached_images module 2013-03-15 10:48:31 +02:00
test_cinder_store.py Clean up numeric expressions with oslo constants 2013-11-21 20:05:19 -08:00
test_context.py Move is_image_sharable to registry api 2013-12-05 21:13:55 +00:00
test_context_middleware.py Clean up pep8 E128 violations 2012-10-09 10:04:19 +08:00
test_db.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_domain.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_domain_proxy.py Enable tasks REST API for async worker 2013-12-13 22:58:53 -05:00
test_filesystem_store.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_glance_replicator.py assertEquals is deprecated, use assertEqual 2013-11-07 02:34:48 +01:00
test_gridfs_store.py Clean up data when store receiving image occurs error 2013-08-30 08:10:44 +00:00
test_http_store.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 18:29:53 +02:00
test_image_cache.py Enable F40X checking 2013-11-27 18:15:48 +02:00
test_image_cache_client.py Replace deprecated method assertEquals 2013-11-30 05:33:48 -08:00
test_migrations.conf Refactor data migration tests 2013-02-25 21:14:09 +00:00
test_migrations.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_misc.py Merge "Changed header from LLC to Foundation based on trademark policies" 2013-11-12 13:41:45 +00:00
test_notifier.py Enable tasks REST API for async worker 2013-12-13 22:58:53 -05:00
test_policy.py Enable tasks REST API for async worker 2013-12-13 22:58:53 -05:00
test_quota.py Fixes HTTP 500 when updating image with locations for V2 2013-12-18 10:12:24 +08:00
test_rbd_store.py assertEquals is deprecated, use assertEqual instead 2013-12-11 22:18:20 +01:00
test_s3_store.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_schema.py Fix up trivial License mismatches 2013-08-27 22:50:16 +02:00
test_scrubber.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_sheepdog_store.py Clean up data when store receiving image occurs error 2013-08-30 08:10:44 +00:00
test_store_base.py Merge "Changed header from LLC to Foundation based on trademark policies" 2013-11-12 13:41:45 +00:00
test_store_image.py assertEquals is deprecated, use assertEqual 2013-11-07 02:34:48 +01:00
test_store_location.py Merge "Changed header from LLC to Foundation based on trademark policies" 2013-11-12 13:41:45 +00:00
test_swift_store.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_versions.py Publish recent api changes as v2.2 2013-09-04 14:55:08 -07:00
utils.py Introduce Task Info Table 2013-12-05 16:30:38 +00:00