glance/glance/tests/unit/v2
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
..
__init__.py Adding versioned namespaces in test dir 2012-03-25 13:28:45 -07:00
test_image_data_resource.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_image_members_resource.py Add config option to limit image members 2013-12-03 16:05:49 +00:00
test_image_tags_resource.py Add config option to limit image tags 2013-12-03 16:05:49 +00:00
test_images_resource.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_registry_api.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_registry_client.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_schemas_resource.py Fix up trivial License mismatches 2013-08-27 22:50:16 +02:00
test_tasks_resource.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00