glance/glance/tests/functional
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
..
db Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
store Use uuid instead of uuidutils 2013-12-24 11:43:17 -08: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 Add config option to limit image members 2013-12-03 16:05:49 +00:00
store_utils.py Clean up numeric expressions with oslo constants 2013-11-21 20:05:19 -08:00
test_api.py Publish recent api changes as v2.2 2013-09-04 14:55:08 -07:00
test_bin_glance_cache_manage.py Clean up numeric expressions with oslo constants 2013-11-21 20:05:19 -08:00
test_cache_middleware.py Enable F40X checking 2013-11-27 18:15:48 +02:00
test_client_exceptions.py Merge "Changed header from LLC to Foundation based on trademark policies" 2013-11-12 13:41:45 +00:00
test_client_redirects.py Merge "Changed header from LLC to Foundation based on trademark policies" 2013-11-12 13:41:45 +00:00
test_glance_manage.py Fixed quotes in _assert_tables() method 2013-11-25 17:16:56 +02:00
test_gzip_middleware.py Compress response's content according to client's accepted encoding 2013-04-30 19:31:57 +02:00
test_logging.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 18:29:53 +02:00
test_scrubber.py Clean up numeric expressions with oslo constants 2013-11-21 20:05:19 -08:00
test_sqlite.py Support DB auto-create suppression. 2012-05-19 08:35:04 +01:00