Chmod 755 all py files which can be executed
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 12 Jul 2016 09:12:32 +0000 (11:12 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 12 Jul 2016 09:13:25 +0000 (11:13 +0200)
All files where __main__ is checked can now be executed by everyone.
It results from [1].

[1] find . -name "*.py" |xargs grep __main__ |cut -d\: -f 1 |xargs chmod 755

Change-Id: I9ad153cfdde0447213e35dac102e668d9e754cf9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
16 files changed:
ci/prepare_env.py [changed mode: 0644->0755]
ci/run_tests.py [changed mode: 0644->0755]
testcases/Controllers/ODL/odlreport2db.py [changed mode: 0644->0755]
testcases/Controllers/ONOS/Teston/onosfunctest.py [changed mode: 0644->0755]
testcases/OpenStack/examples/create_instance_and_ip.py [changed mode: 0644->0755]
testcases/OpenStack/tempest/run_tempest.py [changed mode: 0644->0755]
testcases/OpenStack/vPing/vPing_ssh.py [changed mode: 0644->0755]
testcases/OpenStack/vPing/vPing_userdata.py [changed mode: 0644->0755]
testcases/features/bgpvpn.py [changed mode: 0644->0755]
testcases/features/doctor.py [changed mode: 0644->0755]
testcases/features/promise.py [changed mode: 0644->0755]
testcases/features/sfc/sfc.py [changed mode: 0644->0755]
testcases/security_scan/security_scan.py [changed mode: 0644->0755]
testcases/vnf/vIMS/vIMS.py [changed mode: 0644->0755]
utils/openstack_clean.py [changed mode: 0644->0755]
utils/openstack_snapshot.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)