diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-07-04 07:46:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-04 07:46:34 +0000 |
commit | c14a40a88ff496f981e61837f605027e65b2c345 (patch) | |
tree | 2a79f959af9b6ca8a5c9975eadd6056962705d65 /functest/ci | |
parent | 3ccd401b18775cf152e883c44cc4937287f4e62d (diff) | |
parent | 3dcd1e4db7540459d3dff337684547d68fea2b44 (diff) |
Merge "Apply restrictive file permissions"
Diffstat (limited to 'functest/ci')
-rw-r--r--[-rwxr-xr-x] | functest/ci/download_images.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | functest/ci/prepare_env.py | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | functest/ci/run_tests.py | 3 |
3 files changed, 0 insertions, 7 deletions
diff --git a/functest/ci/download_images.sh b/functest/ci/download_images.sh index 23e09c10..23e09c10 100755..100644 --- a/functest/ci/download_images.sh +++ b/functest/ci/download_images.sh diff --git a/functest/ci/prepare_env.py b/functest/ci/prepare_env.py index ae9d9537..da3e6245 100755..100644 --- a/functest/ci/prepare_env.py +++ b/functest/ci/prepare_env.py @@ -389,7 +389,3 @@ def main(): parser = PrepareEnvParser() args = parser.parse_args(sys.argv[1:]) return prepare_env(**args) - - -if __name__ == '__main__': - sys.exit(main()) diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py index 5155adc4..b95e1008 100755..100644 --- a/functest/ci/run_tests.py +++ b/functest/ci/run_tests.py @@ -276,6 +276,3 @@ def main(): args = parser.parse_args(sys.argv[1:]) runner = Runner() return runner.main(**args).value - -if __name__ == '__main__': - sys.exit(main()) |