From: Cédric Ollivier Date: Sun, 21 Aug 2016 10:08:39 +0000 (+0200) Subject: Chmod 755 all py files which can be executed X-Git-Tag: 0.2~1272 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=637cb9391f8f8467a3e68288e6252377bf0f2b80;p=functest-xtesting.git 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 --- diff --git a/ci/generate_report.py b/ci/generate_report.py old mode 100644 new mode 100755 diff --git a/testcases/Controllers/ODL/odlreport2db.py b/testcases/Controllers/ODL/odlreport2db.py old mode 100644 new mode 100755 diff --git a/testcases/features/multisite.py b/testcases/features/multisite.py old mode 100644 new mode 100755 diff --git a/testcases/vnf/vRNC/parser.py b/testcases/vnf/vRNC/parser.py old mode 100644 new mode 100755