update scenario scores
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Mon, 14 Aug 2017 09:41:02 +0000 (17:41 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Tue, 15 Aug 2017 09:46:09 +0000 (17:46 +0800)
commit015ee1e72119dbc884cecbaf6149922850df7223
tree2ac31a5f0a8f871390e40242ab90fceaabfc4c69
parent8e1c6ad2711cb566b61c11919f9a95eb304220c5
update scenario scores

update score url:
POST /api/v1/scenarios/<scenario_name>/scores? \
                installer=<installer_name>& \
                version=<version_name>& \
                project=<project_name>
add new score record interface
add unit test
add swagger specification

Change-Id: Ib7bb31f303a9a9402325476bfdadb58aa0df560e
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
testapi/opnfv_testapi/resources/scenario_handlers.py
testapi/opnfv_testapi/router/url_mappings.py
testapi/opnfv_testapi/tests/unit/resources/test_base.py
testapi/opnfv_testapi/tests/unit/resources/test_scenario.py