From 5a011b40ff772271a6f7055ce8005ea6c9f331a0 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 21 Mar 2017 11:38:08 +0100 Subject: Change execute bits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It applies the rules proposed by "Improve unix permissions fixes" [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/31171/ Change-Id: If5142befb74165a982f9281e8770289b303d483d Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/features/copper.py | 0 functest/opnfv_tests/features/doctor.py | 0 functest/opnfv_tests/features/domino.py | 0 functest/opnfv_tests/features/promise.py | 0 functest/opnfv_tests/features/sdnvpn.py | 0 functest/opnfv_tests/features/security_scan.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 functest/opnfv_tests/features/copper.py mode change 100755 => 100644 functest/opnfv_tests/features/doctor.py mode change 100755 => 100644 functest/opnfv_tests/features/domino.py mode change 100755 => 100644 functest/opnfv_tests/features/promise.py mode change 100755 => 100644 functest/opnfv_tests/features/sdnvpn.py mode change 100755 => 100644 functest/opnfv_tests/features/security_scan.py (limited to 'functest/opnfv_tests/features') diff --git a/functest/opnfv_tests/features/copper.py b/functest/opnfv_tests/features/copper.py old mode 100755 new mode 100644 diff --git a/functest/opnfv_tests/features/doctor.py b/functest/opnfv_tests/features/doctor.py old mode 100755 new mode 100644 diff --git a/functest/opnfv_tests/features/domino.py b/functest/opnfv_tests/features/domino.py old mode 100755 new mode 100644 diff --git a/functest/opnfv_tests/features/promise.py b/functest/opnfv_tests/features/promise.py old mode 100755 new mode 100644 diff --git a/functest/opnfv_tests/features/sdnvpn.py b/functest/opnfv_tests/features/sdnvpn.py old mode 100755 new mode 100644 diff --git a/functest/opnfv_tests/features/security_scan.py b/functest/opnfv_tests/features/security_scan.py old mode 100755 new mode 100644 -- cgit 1.2.3-korg