summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-07-12 10:52:42 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-12 10:52:42 +0000
commit73b9fc92e8aed02291878d558ed370239b25c2f1 (patch)
tree746b3228ba8c67c37c6d6e34381b1b7f0bf330a6 /ci
parent17487061550ff71791f28a83cea0aa41a8c10bc7 (diff)
parent405c02c77fce358d3005732b6e220e83ddef75a3 (diff)
Merge changes from topics 'fix_unix_rights_py', 'stop_creating_ODL_dir'
* changes: Chmod 755 all py files which can be executed Stop creating the useless ODL results dir
Diffstat (limited to 'ci')
-rwxr-xr-x[-rw-r--r--]ci/prepare_env.py7
-rwxr-xr-x[-rw-r--r--]ci/run_tests.py0
2 files changed, 0 insertions, 7 deletions
diff --git a/ci/prepare_env.py b/ci/prepare_env.py
index 4f29260f6..ed6a4ed5f 100644..100755
--- a/ci/prepare_env.py
+++ b/ci/prepare_env.py
@@ -133,13 +133,6 @@ def create_directories():
else:
logger.debug(" %s already exists." % FUNCTEST_DATA_DIR)
- ODL_RESULTS_DIR = FUNCTEST_RESULTS_DIR + "/ODL/"
- if not os.path.exists(ODL_RESULTS_DIR):
- os.makedirs(ODL_RESULTS_DIR)
- logger.info(" %s created." % ODL_RESULTS_DIR)
- else:
- logger.debug(" %s already exists." % ODL_RESULTS_DIR)
-
def source_rc_file():
print_separator()
diff --git a/ci/run_tests.py b/ci/run_tests.py
index 29b01d7ff..29b01d7ff 100644..100755
--- a/ci/run_tests.py
+++ b/ci/run_tests.py