summaryrefslogtreecommitdiff
path: root/tempest/scenario/manager.py
diff options
context:
space:
mode:
authorKen'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>2015-03-23 01:43:42 +0000
committerKen'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>2015-03-26 21:15:01 +0000
commit9650847569ad46bd255bbac6e7e02a2c7d827071 (patch)
tree6cab3ef1fe44aa55474c531a6b9a325ecf7ea4e2 /tempest/scenario/manager.py
parent4937f56b5a94fcb4d154b9c74ec225dc7e15a16f (diff)
downloadtempest-9650847569ad46bd255bbac6e7e02a2c7d827071.tar.gz
Remove hyphen from rand_name calls in identity 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 identity tests. Change-Id: I8b1eb0ea1db708fa02673b3c3963fcb39d1a3ff6
Diffstat (limited to 'tempest/scenario/manager.py')
0 files changed, 0 insertions, 0 deletions