summaryrefslogtreecommitdiff
path: root/tempest/api
diff options
context:
space:
mode:
authorKen'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>2015-03-23 01:56:52 +0000
committerKen'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>2015-03-26 21:11:15 +0000
commita498b1de8fc8713dd417a63ef778f65fe0727032 (patch)
tree571c2e3fffbb6d251bf109f6211e5861fb8d7e8f /tempest/api
parent777a62d20cfd8185179c8b58128e3740b51d28d2 (diff)
downloadtempest-a498b1de8fc8713dd417a63ef778f65fe0727032.tar.gz
Remove hyphen from rand_name calls in thirdparty tests
data_utils.rand_name() appends randam charactors with a hypen like: def rand_name(name=''): randbits = str(random.randint(1, 0x7fffffff)) if name: return name + '-' + randbits So it is not necessary to specify a hypen in caller side. This patch removes a hypen in thirdparty tests. Change-Id: I825b576b53e2b1209086cb68b3e27098f13f90d4
Diffstat (limited to 'tempest/api')
0 files changed, 0 insertions, 0 deletions