diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-06-01 17:00:11 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-06-01 17:11:05 +0800 |
commit | 17fd1aec04ec462af81a8f5ea7b96251d2d4716e (patch) | |
tree | 7f42f2032d761e2bab681079a3376fa18bf8002f /utils/test/result_collection_api/setup.cfg | |
parent | a55651eb098da2e1aa90c93294a59857711b48c1 (diff) |
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>
Diffstat (limited to 'utils/test/result_collection_api/setup.cfg')
-rw-r--r-- | utils/test/result_collection_api/setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/result_collection_api/setup.cfg b/utils/test/result_collection_api/setup.cfg index b0e008a85..702a41fc0 100644 --- a/utils/test/result_collection_api/setup.cfg +++ b/utils/test/result_collection_api/setup.cfg @@ -36,7 +36,7 @@ data_files = [entry_points] console_scripts = - opnfv-testapi = opnfv_testapi.cmd.result_collection_api:main + opnfv-testapi = opnfv_testapi.cmd.server:main [egg_info] tag_build = |