From a55651eb098da2e1aa90c93294a59857711b48c1 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 1 Jun 2016 15:36:17 +0800 Subject: project-ize testAPI JIRA: FUNCTEST-284 Change-Id: I219e934bb11f50de84df2aa0345ecc7885223491 Signed-off-by: SerenaFeng --- utils/test/result_collection_api/setup.cfg | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 utils/test/result_collection_api/setup.cfg (limited to 'utils/test/result_collection_api/setup.cfg') diff --git a/utils/test/result_collection_api/setup.cfg b/utils/test/result_collection_api/setup.cfg new file mode 100644 index 000000000..b0e008a85 --- /dev/null +++ b/utils/test/result_collection_api/setup.cfg @@ -0,0 +1,45 @@ +[metadata] +name = opnfv_testapi +summary = Test Result Collector +description-file = + README.rst +author = SerenaFeng +author-email = feng.xiaowei@zte.com.cn +#home-page = http://www.opnfv.org/ +classifier = + Environment :: opnfv + Intended Audience :: Information Technology + Intended Audience :: System Administrators + License :: OSI Approved :: Apache Software License + Operating System :: POSIX :: Linux + Programming Language :: Python + Programming Language :: Python :: 2 + Programming Language :: Python :: 2.7 + +[global] +setup-hooks = + pbr.hooks.setup_hook + +[files] +packages = + opnfv_testapi +package_data = + opnfv_testapi = + tornado_swagger_ui/tornado_swagger/static/*.* + tornado_swagger_ui/tornado_swagger/static/css/*.* + tornado_swagger_ui/tornado_swagger/static/images/*.* + tornado_swagger_ui/tornado_swagger/static/lib/*.* + tornado_swagger_ui/tornado_swagger/static/lib/shred/*.* +data_files = + /etc/opnfv_testapi = + etc/config.ini + +[entry_points] +console_scripts = + opnfv-testapi = opnfv_testapi.cmd.result_collection_api:main + +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 + -- cgit 1.2.3-korg