Tempest plugin for Cinder project.
Go to file
poojajadhav 496ea7917f Extracted HTTP response codes to constants
There are several places in the source code where HTTP response
codes are used as numeric values.

Status codes 200, 202, 204, 400, 403, 404, 405 and 413 under
tests/functional, tests/tempest and tests/unit/api are replaced with
symbolic constants from six.moves.http_client thus improves code
readability. More patches will be submitted to address other status
codes.

Partial-Bug: #1520159
Change-Id: Idc4d3ee8469e7a41dda2d33f4e0629442bbbce4c
2017-03-22 12:01:18 +05:30
cinder/tests/tempest Extracted HTTP response codes to constants 2017-03-22 12:01:18 +05:30