add deployment result collecting interfaces 95/49895/4
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 3 Jan 2018 02:33:08 +0000 (10:33 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 3 Jan 2018 09:54:06 +0000 (17:54 +0800)
commitdb36e98243a4cb1c12d2245b8469743168d00f06
tree1d3cca13902d0acdd5c13ad795a437807113ff82
parentc72bebf41dbd08facb7398fa94680d812ea38a62
add deployment result collecting interfaces

Change-Id: I5fe50c44e7b36ea45dd1b8632130b30dfe173d0a
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
testapi/opnfv_testapi/handlers/base_handlers.py
testapi/opnfv_testapi/handlers/deploy_result_handlers.py [new file with mode: 0644]
testapi/opnfv_testapi/handlers/result_handlers.py
testapi/opnfv_testapi/models/base_models.py
testapi/opnfv_testapi/models/deploy_result_models.py [new file with mode: 0644]
testapi/opnfv_testapi/router/url_mappings.py
testapi/opnfv_testapi/tests/unit/fake_pymongo.py
testapi/opnfv_testapi/tests/unit/handlers/test_base.py
testapi/opnfv_testapi/tests/unit/handlers/test_deploy_result.py [new file with mode: 0644]
testapi/opnfv_testapi/tests/unit/templates/deploy_result.json [new file with mode: 0644]