commit | 9a192d33cfbcce058d68b6a36fd10fa3dd38719b | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Tue Jul 01 16:12:25 2014 +0900 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Tue Jul 01 16:12:25 2014 +0900 |
tree | 16e0c3de06cd7027e66624493cfcb9b798f53b1c | |
parent | 229583ae545cdfdea7217358e5b30a2a3b8bc103 [diff] |
Fix "create a flavor" tests for strong validation On Nova v2.1/v3 API, the input validation of "create a flavor" API has become more strict. As the result it does not allow " 1024 " as ram size, and does not allow "" as flavor id. This patch fixes the related tests for passing these tests. Change-Id: I58a8cc8fd89a12495ed995e06dbd396a82f6ec71 Closes-Bug: #1336173