unify error message in TestAPI
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 5 Apr 2017 08:23:03 +0000 (16:23 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Thu, 6 Apr 2017 08:55:21 +0000 (16:55 +0800)
commit0620b2cbb21714c1a5e485186c46c2c24485ef37
tree48fae29c4a2827d51ce6bc418910194b54d35f5c
parentdbdb452b2761a630ec8574b22553ac5531611201
unify error message in TestAPI

Change-Id: I994feb7bf340c9e48bebe9fdf3dc3a76bc254652
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
14 files changed:
testapi/opnfv_testapi/common/message.py [new file with mode: 0644]
testapi/opnfv_testapi/common/raises.py
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