commit | 25ad2c3099bd5c3e0ef0bafcf6e0635c0c8b6012 | [log] [tgz] |
---|---|---|
author | Ghanshyam <ghanshyam.mann@nectechnologies.in> | Thu Jul 17 16:44:55 2014 +0900 |
committer | ghanshyam <ghanshyam.mann@nectechnologies.in> | Mon Oct 27 11:13:10 2014 +0900 |
tree | 61997e8afabd82bedcc1e5b2f189920f072fb754 | |
parent | 652063a99cb161ed69e0ac6590614a6218c5716f [diff] |
Include 207 in http success status code RFC-4918 This patch extend the http success status code with 207. 207 status code is introduced in RFC 4918. Some API like - Nova 'os-server-external-events' return '207' status code in case some event are accepted out of multiple event. To support those return code in tempest, expected_success() needs to be extended to include '207' as success status code. Change-Id: I0ca0c80c466b1e97873d404c575af5b4a9be07a6