Merge "Add log info of refstack tests into functest.log"
[functest.git] / setup.cfg
index 7296ec8..d39d648 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,19 +7,18 @@ home-page = https://wiki.opnfv.org/display/functest
 packages = functest
 scripts =
     docker/docker_remote_api/enable_remote_api.sh
-    docker/add_images.sh
     docker/config_install_env.sh
     functest/ci/download_images.sh
-    functest/ci/check_os.sh
 
 [entry_points]
 console_scripts =
     functest = functest.cli.cli_base:cli
     functest_odl = functest.opnfv_tests.sdn.odl.odl:main
-    functest_onos_sfc = functest.opnfv_tests.sdn.onos.sfc.sfc: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
     openstack_snapshot = functest.utils.openstack_snapshot:main
     openstack_clean = functest.utils.openstack_clean:main
     prepare_env = functest.ci.prepare_env:main
     run_tests = functest.ci.run_tests:main
+    check_deployment = functest.ci.check_deployment:main
+    functest_restapi = functest.api.server:main