add router package to implement url-2-XXXHandlers mappings in testAPI project
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 1 Jun 2016 09:00:11 +0000 (17:00 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 1 Jun 2016 09:11:05 +0000 (17:11 +0800)
commit2d2a12935a39aa8fc7dc615da9058085a1661876
tree70fbc1b091beeded79200fb0df16e9c336530148
parent59cba325d8132186d27aefa959d4bed730e4e68d
add router package to implement url-2-XXXHandlers mappings in testAPI project
and eliminate flake8 violation

JIRA: FUNCTEST-285

Change-Id: I15b568a97279032549f24ff81520220e271f3488
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
result_collection_api/opnfv_testapi/cmd/result_collection_api.py [deleted file]
result_collection_api/opnfv_testapi/cmd/server.py [new file with mode: 0644]
result_collection_api/opnfv_testapi/router/__init__.py [new file with mode: 0644]
result_collection_api/opnfv_testapi/router/url_mappings.py [new file with mode: 0644]
result_collection_api/opnfv_testapi/tests/unit/test_base.py
result_collection_api/opnfv_testapi/tests/unit/test_result.py
result_collection_api/setup.cfg
result_collection_api/setup.py