hussainchachuliya 48aa351051 Replace uuid4() with uuidsentinel
As of now, in most of the test cases, uuidsentinel is used for
generating a UUID except at some places where uuid4() is used.
In order to maintain consistency, we propose to use uuidsentinel
module for generating UUIDs throughout the test cases.

There are some cases where unique UUIDs are required. For such
cases, generate_uuid() from oslo_utils.uuidutils is used.

Change-Id: I61914796aa94b453669add2e71b3d5d704633176
2016-11-29 11:49:24 +05:30
..
2016-11-04 10:40:20 +00:00
2016-11-29 11:49:24 +05:30
2014-10-08 13:41:37 +00:00