commit | a2ccca093fe9477fb5f4e22bc4f0a70823e99243 | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Tue Sep 17 15:32:46 2013 +0900 |
committer | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Tue Oct 15 16:10:01 2013 +0900 |
tree | 0223c4a63a2979331362a0da2f6cf887ba680313 | |
parent | 5a95b664f2e17877a61564309ee5fd843a9071e6 [diff] |
Fix to use proper random values In several tests, they need int values but use rand_name(). Especially, test_security_group_rules.py has a potentially bug. And, when we will change the rand_name() to return string value, the errors will occur in others. So this commit fixes it and belows: * just import the module instead of importing the function * minor comment typo Change-Id: Ic957c741b9ad3631d726dc6cfb5ecb9e0077a884