Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
97b4b32
)
Chmod 755 all py files which can be executed
37/16737/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 12 Jul 2016 09:12:32 +0000
(11:12 +0200)
committer
Cé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]
patch
|
blob
|
history
ci/run_tests.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/Controllers/ODL/odlreport2db.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/Controllers/ONOS/Teston/onosfunctest.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/OpenStack/examples/create_instance_and_ip.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/OpenStack/tempest/run_tempest.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/OpenStack/vPing/vPing_ssh.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/OpenStack/vPing/vPing_userdata.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/features/bgpvpn.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/features/doctor.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/features/promise.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/features/sfc/sfc.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/security_scan/security_scan.py
[changed mode: 0644->0755]
patch
|
blob
|
history
testcases/vnf/vIMS/vIMS.py
[changed mode: 0644->0755]
patch
|
blob
|
history
utils/openstack_clean.py
[changed mode: 0644->0755]
patch
|
blob
|
history
utils/openstack_snapshot.py
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/ci/prepare_env.py
b/ci/prepare_env.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/ci/run_tests.py
b/ci/run_tests.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/Controllers/ODL/odlreport2db.py
b/testcases/Controllers/ODL/odlreport2db.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/Controllers/ONOS/Teston/onosfunctest.py
b/testcases/Controllers/ONOS/Teston/onosfunctest.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/OpenStack/examples/create_instance_and_ip.py
b/testcases/OpenStack/examples/create_instance_and_ip.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/OpenStack/tempest/run_tempest.py
b/testcases/OpenStack/tempest/run_tempest.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/OpenStack/vPing/vPing_ssh.py
b/testcases/OpenStack/vPing/vPing_ssh.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/OpenStack/vPing/vPing_userdata.py
b/testcases/OpenStack/vPing/vPing_userdata.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/features/bgpvpn.py
b/testcases/features/bgpvpn.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/features/doctor.py
b/testcases/features/doctor.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/features/promise.py
b/testcases/features/promise.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/features/sfc/sfc.py
b/testcases/features/sfc/sfc.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/security_scan/security_scan.py
b/testcases/security_scan/security_scan.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/testcases/vnf/vIMS/vIMS.py
b/testcases/vnf/vIMS/vIMS.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/utils/openstack_clean.py
b/utils/openstack_clean.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/utils/openstack_snapshot.py
b/utils/openstack_snapshot.py
old mode 100644
(file)
new mode 100755
(executable)