commit | 6ded8df3b82680a63fd5b28f2ca71d2045e9f592 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Mon Mar 23 02:00:19 2015 +0000 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Mon Mar 30 01:24:05 2015 +0000 |
tree | f3a08469093e7bf6dff497c1df293f03566831f3 | |
parent | d0057586b9c2313c9d5eb370d3eb9b67e54f566f [diff] |
Remove hyphen from rand_name calls in scenario 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 scenario tests. Change-Id: I21f19e27c3081ac35317d9422436bd8062eced2d