commit | c38bdd1173b8ae11b6134cc2ff3b6995c906acca | [log] [tgz] |
---|---|---|
author | Sean Dague <sdague@linux.vnet.ibm.com> | Fri Nov 16 07:08:56 2012 -0500 |
committer | Sean Dague <sdague@linux.vnet.ibm.com> | Fri Nov 16 10:50:44 2012 -0500 |
tree | 683f84610fa4ddb4b91ae80a05937ea2d493f721 | |
parent | 92d3f6308ccbfe130f722e3adc9c040b227d3f7c [diff] |
be specific about metadata too long error Tempest was catching a generic fail on the metadata too long call, but a very specific error is supposed to be returned, a 413. In real runs there was a bug in nova which crashed on the request (fixed in https://bugs.launchpad.net/nova/+bug/1079387). Fix tempest to only accept a 413 as valid on this request. Make this an assertRaise test instead of a negative test Change-Id: Id09394abc863ecd773f56dbc8a965d87ae7dde97