diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-06-30 06:24:11 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-06-30 14:32:52 +0200 |
commit | 678609610f4ccbcb19438cbce5d84bd376010596 (patch) | |
tree | f79c8abd8f04d99e586317e426fc05a68992badf /setup.cfg | |
parent | c426ee40d40434ea3a5d085f7b98d28fcdb063ff (diff) |
Define console_scripts
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |