aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2016-08-21 12:08:39 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2016-08-21 12:08:39 +0200
commit637cb9391f8f8467a3e68288e6252377bf0f2b80 (patch)
tree65bed6c0dbd36e57a5fc2e269a9bbc25b08d6e4a /testcases
parent9b830f30a6e93643e4aa1312f9439e34f2d74530 (diff)
Chmod 755 all py files which can be executed
All files where __main__ is checked can now be executed by everyone. It results from [1] like the next commit [2]. [1] find . -name "*.py" |xargs grep __main__ |cut -d\: -f 1 |xargs chmod 755 [2] https://gerrit.opnfv.org/gerrit/#/c/16737/ Change-Id: I75395892e9e6afbf8ac9c995258496be557aad5f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'testcases')
-rwxr-xr-x[-rw-r--r--]testcases/Controllers/ODL/odlreport2db.py0
-rwxr-xr-x[-rw-r--r--]testcases/features/multisite.py0
-rwxr-xr-x[-rw-r--r--]testcases/vnf/vRNC/parser.py0
3 files changed, 0 insertions, 0 deletions
diff --git a/testcases/Controllers/ODL/odlreport2db.py b/testcases/Controllers/ODL/odlreport2db.py
index 6b3fb913d..6b3fb913d 100644..100755
--- a/testcases/Controllers/ODL/odlreport2db.py
+++ b/testcases/Controllers/ODL/odlreport2db.py
diff --git a/testcases/features/multisite.py b/testcases/features/multisite.py
index 6d492182c..6d492182c 100644..100755
--- a/testcases/features/multisite.py
+++ b/testcases/features/multisite.py
diff --git a/testcases/vnf/vRNC/parser.py b/testcases/vnf/vRNC/parser.py
index 40d28c49f..40d28c49f 100644..100755
--- a/testcases/vnf/vRNC/parser.py
+++ b/testcases/vnf/vRNC/parser.py