commit | 52dce7b3e5737badb4b2d11da3763529dfe50b77 | [log] [tgz] |
---|---|---|
author | ghanshyam <ghanshyam.mann@nectechnologies.in> | Fri Nov 14 17:06:50 2014 +0900 |
committer | ghanshyam <ghanshyam.mann@nectechnologies.in> | Fri Nov 14 17:06:50 2014 +0900 |
tree | 1f93b0efc0469c9bc54a033aea55ec877e8d8290 | |
parent | 32b18071d0207cf549b37946cfdea2ccd52c4ad4 [diff] |
Fix empty string as id in create flavor request test_get_flavor_details_for_deleted_flavor specify "" as the id value for creating the flavor. Nova V2 API validation is loose and the API accepts this value. However, V2.1 API will not allow empty string as id. This patch fix this by passing 'None' as id in this test. Change-Id: I86419368a4c85aaf039278999d3d8c3c1e224c74