Rewrite refstack testcase
[functest.git] / setup.cfg
index 4b03d4e..0ac5499 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,8 +12,6 @@ scripts =
 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
-    run_tests = functest.ci.run_tests:main
     check_deployment = functest.ci.check_deployment:main
     functest_restapi = functest.api.server:main
 
@@ -21,3 +19,6 @@ console_scripts =
 all_files = 1
 build-dir = api/_build/
 source-dir = api
+
+[wheel]
+universal = 1