Return all status when running tiers
[functest-xtesting.git] / setup.cfg
index e52341e..fc6a092 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,19 +1,20 @@
 [metadata]
-name = functest
-version = 5
+name = xtesting
+author = OPNFV
+author-email = opnfv-tech-discuss@lists.opnfv.org
 home-page = https://wiki.opnfv.org/display/functest
 
 [files]
-packages = functest
-scripts =
-    functest/ci/download_images.sh
+packages = xtesting
 
 [entry_points]
 console_scripts =
-    functest = functest.cli.cli_base:cli
-    functest_odl = functest.opnfv_tests.sdn.odl.odl:main
-    functest_refstack_client = functest.opnfv_tests.openstack.refstack_client.refstack_client:main
-    functest_tempest_conf = functest.opnfv_tests.openstack.refstack_client.tempest_conf:main
-    run_tests = functest.ci.run_tests:main
-    check_deployment = functest.ci.check_deployment:main
-    functest_restapi = functest.api.server:main
+    run_tests = xtesting.ci.run_tests:main
+
+[build_sphinx]
+all_files = 1
+build-dir = api/_build/
+source-dir = api
+
+[wheel]
+universal = 1