From 678609610f4ccbcb19438cbce5d84bd376010596 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 30 Jun 2017 06:24:11 +0200 Subject: Define console_scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only prepare_env.py and run_tests.py remain executable to avoid breaking the gate. As soon as the jenkins jobs are updated to run them from $PATH, tox will be updated to protect against chmod a+x py files. Dockerfile will be simplified as well. Change-Id: Iac1a7ceb6b344e800177226ea39919826f6d3735 Signed-off-by: Cédric Ollivier --- setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 12da1b63a..f0ed545cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,3 +14,10 @@ scripts = 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 -- cgit 1.2.3-korg