cinder/cinder/tests/functional
poojajadhav 90fed35450 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
..
api Extracted HTTP response codes to constants 2017-03-22 12:01:18 +05:30
__init__.py Fix cinder functional tests job 2017-03-21 11:45:26 +02:00
functional_helpers.py Remove duplicate code in functional tests 2016-07-24 02:34:38 -04:00
test_extensions.py Extracted HTTP response codes to constants 2017-03-22 12:01:18 +05:30
test_group_snapshots.py [2/4]Reset group snapshot status 2016-12-22 11:11:02 +08:00
test_groups.py [1/4]Reset generic volume group status 2016-12-23 22:58:48 +08:00
test_login.py Move integrated tests to 'functional' directory 2016-02-09 23:28:27 +02:00
test_quotas.py Fix typo in test_quotas.py 2016-11-21 16:56:40 +08:00
test_volumes.py Merge two fake drivers into the one FakeLoggingVolumeDriver 2016-09-09 14:37:21 +00:00