From c426ee40d40434ea3a5d085f7b98d28fcdb063ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 30 Jun 2017 06:12:17 +0200 Subject: [PATCH] Fix unix permissions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Tox will be updated to forbid chmod +ax py files. Change-Id: I85d4b4a64ec7f3151ab2f24ad09bd7c1144ebe18 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/vnf/aaa/aaa.py | 0 functest/opnfv_tests/vnf/ims/orchestra_ims.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 functest/opnfv_tests/vnf/aaa/aaa.py mode change 100755 => 100644 functest/opnfv_tests/vnf/ims/orchestra_ims.py diff --git a/functest/opnfv_tests/vnf/aaa/aaa.py b/functest/opnfv_tests/vnf/aaa/aaa.py old mode 100755 new mode 100644 diff --git a/functest/opnfv_tests/vnf/ims/orchestra_ims.py b/functest/opnfv_tests/vnf/ims/orchestra_ims.py old mode 100755 new mode 100644 -- 2.16.6