add router package to implement url-2-XXXHandlers mappings in testAPI project 51/14951/2
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)
commit17fd1aec04ec462af81a8f5ea7b96251d2d4716e
tree7f42f2032d761e2bab681079a3376fa18bf8002f
parenta55651eb098da2e1aa90c93294a59857711b48c1
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>
utils/test/result_collection_api/opnfv_testapi/cmd/result_collection_api.py [deleted file]
utils/test/result_collection_api/opnfv_testapi/cmd/server.py [new file with mode: 0644]
utils/test/result_collection_api/opnfv_testapi/router/__init__.py [new file with mode: 0644]
utils/test/result_collection_api/opnfv_testapi/router/url_mappings.py [new file with mode: 0644]
utils/test/result_collection_api/opnfv_testapi/tests/unit/test_base.py
utils/test/result_collection_api/opnfv_testapi/tests/unit/test_result.py
utils/test/result_collection_api/setup.cfg
utils/test/result_collection_api/setup.py