commit | 5aa5e3c1858f97be2317c2d391732f1c71bad627 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Sep 27 14:00:35 2012 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Sep 27 14:00:35 2012 +0000 |
tree | d3a858d523d88137bbac91372e6a1ddbd149ae72 | |
parent | a5feec98fc2ee9cc759c02f36246e2b47c5f24cc [diff] | |
parent | 9854d5b38a059446ffca6dd67ff5f434518d872f [diff] |
Merge "Add XML support to the cinder client"
diff --git a/tempest/common/utils/data_utils.py b/tempest/common/utils/data_utils.py index 752bc10..fc7c112 100644 --- a/tempest/common/utils/data_utils.py +++ b/tempest/common/utils/data_utils.py
@@ -5,7 +5,7 @@ def rand_name(name='test'): - return name + str(random.randint(1, 99999999999)) + return name + str(random.randint(1, 999999)) def build_url(host, port, api_version=None, path=None,