commit | 27a8c5641d4d419e6e67ed22333a159527356760 | [log] [tgz] |
---|---|---|
author | Sean Dague <sean.dague@samsung.com> | Wed Mar 19 07:46:42 2014 -0400 |
committer | Sean Dague <sean.dague@samsung.com> | Wed Mar 19 07:48:45 2014 -0400 |
tree | 04f25f7c6d2b690e94312451d5eddaa4ed60ba17 | |
parent | 2258bddb36be0b2fba5e885d9097384662cb84d4 [diff] |
fix cinder quota equality The cinder quota test was of bad quality, and assumed that all the functions in the class ran in linear order to work. If they run in a different order the tenant could have additional quota values beyond the strict defaults. We can fix this by testing the returned quota contains the values we're attempting to update. Closes-Bug: #1291926 Change-Id: I53a154aac61368b7c20ac5703f3877fcf42f9781