commit | 96ce7e38d2ca08322373c997b455b68a1d7cdb17 | [log] [tgz] |
---|---|---|
author | Shuquan Huang <huang.shuquan@99cloud.net> | Thu Aug 27 10:36:39 2015 +0000 |
committer | Shuquan Huang <huang.shuquan@99cloud.net> | Thu Aug 27 10:38:24 2015 +0000 |
tree | 2b61fb7868840b634ed648ba0a77d7364ee68b2f | |
parent | 5481360102682f894a88384234c39cf3dcc233ce [diff] |
Fix the mix use of name and uuid in NetworksNegativeTestJSON In NetworksNegativeTestJSON, tests will try to assert non exist id. However, some of the tests assign the id with random name while some of them assign with random uuid. We should keep them consistence and use random uuid to avoid confusing people. Change-Id: Ib29506da6ef3dd9798e2424f96aa4918ef48b9fb Closes-bug: #1489393