commit | aa8974edfff1d1464f630c17dc9fde780086dfc8 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Tue Mar 18 17:19:07 2014 +0900 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Wed Mar 19 16:55:31 2014 +0900 |
tree | 4f766ff42f04ad05a3106742ee0cb0f318e346bc | |
parent | 65c07d7fac791cf952b34b7d424e1d2ded1f89c2 [diff] |
Make the checks of identity status code strict Some identity API tests check response status codes like: self.assertTrue(resp['status'].startswith('2')) This way cannot detect the status code changes and that means Tempest cannot block the backward incompatibility changes for Keystone. This patch makes these checks strict by specifying particular status codes. Closes-Bug: #1293982 Change-Id: Icab5ff57aaa06e313da209f87ced4c2135ab5343