commit | 823d33189b10d1bf465b4eb44fa36f7265d63c07 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Mon Mar 23 00:27:53 2015 +0000 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Wed Mar 25 22:56:58 2015 +0000 |
tree | 6f435c6f33c759df03452148623b0d71869efacb | |
parent | d3906c9e206827301e563f35c7b03c0bba053895 [diff] |
Remove hyphen from rand_name calls in baremetal 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 baremetal tests. Change-Id: I43fde9b537f7d225266ebb3950b6768aa7ae9fae