From f0fe543282f072f359d012a1113a28cfb6d6042a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 21 Mar 2017 10:33:26 +0100 Subject: [PATCH] Respect common unix permissions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It was fixed by the following rule: find ${FUNCTEST_REPO_DIR} -name "*.py" \ -not -path "*tests/unit*" |xargs grep __main__ \ |cut -d\: -f 1 |xargs chmod -c 755 && find ${FUNCTEST_REPO_DIR} -name "*.sh" \ |xargs grep \#\! |cut -d\: -f 1 |xargs chmod -c 755 Change-Id: I23fab3ff90d41d040264b5b8c0e425b6a42c7e55 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/vnf/ims/opera_ims.py | 0 functest/opnfv_tests/vnf/ims/orchestra_ims.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 functest/opnfv_tests/vnf/ims/opera_ims.py mode change 100644 => 100755 functest/opnfv_tests/vnf/ims/orchestra_ims.py diff --git a/functest/opnfv_tests/vnf/ims/opera_ims.py b/functest/opnfv_tests/vnf/ims/opera_ims.py old mode 100644 new mode 100755 diff --git a/functest/opnfv_tests/vnf/ims/orchestra_ims.py b/functest/opnfv_tests/vnf/ims/orchestra_ims.py old mode 100644 new mode 100755 -- 2.16.6