diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-06-30 09:13:17 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-06-30 14:33:03 +0200 |
commit | 1b838b4bd75f21e45e8a40407b1e3279dd5935d2 (patch) | |
tree | 86046239cf5057b987d9b76ab70c14df60a60888 /setup.cfg | |
parent | 678609610f4ccbcb19438cbce5d84bd376010596 (diff) |
Define download_images.sh and check_os.sh as scripts
It also updates all python scripts which call check_os.sh.
The former healthcheck.sh is removed.
No shell script must be executable in git.
Change-Id: If4e8deb50ebd635a9091e3bb79ef61c07b9660dc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ 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 = |