replace self-defined http codes with standard definitions
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Thu, 30 Mar 2017 06:01:30 +0000 (14:01 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Thu, 30 Mar 2017 06:01:30 +0000 (14:01 +0800)
commit87393f4eba3b68f9598c02dcbe1f06f2afdd400c
treed38571be07983f75fe36d8b92ca84c470b65a176
parentbc563719888542de948e3145b22d944dc38f783c
replace self-defined http codes with standard definitions

Change-Id: I3045dc690e0bc1186f5c548cb533462dd03130d9
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
13 files changed:
testapi/opnfv_testapi/common/constants.py [deleted file]
testapi/opnfv_testapi/resources/handlers.py
testapi/opnfv_testapi/resources/pod_handlers.py
testapi/opnfv_testapi/resources/project_handlers.py
testapi/opnfv_testapi/resources/result_handlers.py
testapi/opnfv_testapi/resources/scenario_handlers.py
testapi/opnfv_testapi/resources/testcase_handlers.py
testapi/opnfv_testapi/tests/unit/test_pod.py
testapi/opnfv_testapi/tests/unit/test_project.py
testapi/opnfv_testapi/tests/unit/test_result.py
testapi/opnfv_testapi/tests/unit/test_scenario.py
testapi/opnfv_testapi/tests/unit/test_testcase.py
testapi/opnfv_testapi/tests/unit/test_token.py