Merge "make the rand_name value shorter"

This commit is contained in:
Jenkins 2012-09-25 19:35:44 +00:00 committed by Gerrit Code Review
commit a5feec98fc

View File

@ -5,7 +5,7 @@ from tempest import exceptions
def rand_name(name='test'): 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, def build_url(host, port, api_version=None, path=None,