<p>Joshua Colp would like Kevin Harwell, Jenkins2 and Corey Farrell to <strong>review</strong> this change.</p><p><a href="https://gerrit.asterisk.org/8310">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Revert "Remove executable flag from files that are not executable."<br><br>This reverts commit 2414496c42a0663fc7c6650294df40c97410cde5.<br><br>Change-Id: I9f906080c9ff74677a158e768a86b878ee613590<br>---<br>M lib/python/asterisk/asterisk.py<br>M lib/python/asterisk/config.py<br>M lib/python/asterisk/phones.py<br>M lib/python/asterisk/pluggable_modules.py<br>M lib/python/asterisk/pluggable_registry.py<br>M lib/python/asterisk/test_runner.py<br>M tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml<br>M tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml<br>M tests/channels/SIP/sip_hold/sipp/phone_A_no_direction.xml<br>M tests/channels/SIP/sip_hold/sipp/phone_B_no_direction.xml<br>M tests/channels/pjsip/subscriptions/rls/rls_test.py<br>M tests/channels/pjsip/subscriptions/rls/rls_validation.py<br>M tests/channels/pjsip/transfers/attended_transfer/nominal/callee_remote/transfer.py<br>M tests/manager/bridge_actions/check_bridge.py<br>M tests/rest_api/applications/double-subscribe-device-state/subscribe_device_state.py<br>M tests/rest_api/bridges/bridge_record/bridges_record.py<br>M tests/rest_api/bridges/playback/basic/bridges_play.py<br>M tests/rest_api/bridges/playback/tones/bridges_play.py<br>M tests/rest_api/channels/originate_then_continue/channel_originate.py<br>M tests/rest_api/external_interaction/attended_transfer/attended_transfer.py<br>M tests/rest_api/external_interaction/blind_transfer/stasis_bridge_to_non_stasis_app/blind_transfer.py<br>M tests/rest_api/mailbox/baseline/mailbox_baseline.py<br>M tests/rest_api/recording/file_conflicts/recording.py<br>M tests/rest_api/recording/format_unavailable/recording.py<br>24 files changed, 0 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/10/8310/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/lib/python/asterisk/asterisk.py b/lib/python/asterisk/asterisk.py<br>old mode 100644<br>new mode 100755<br>diff --git a/lib/python/asterisk/config.py b/lib/python/asterisk/config.py<br>old mode 100644<br>new mode 100755<br>diff --git a/lib/python/asterisk/phones.py b/lib/python/asterisk/phones.py<br>old mode 100644<br>new mode 100755<br>diff --git a/lib/python/asterisk/pluggable_modules.py b/lib/python/asterisk/pluggable_modules.py<br>old mode 100644<br>new mode 100755<br>diff --git a/lib/python/asterisk/pluggable_registry.py b/lib/python/asterisk/pluggable_registry.py<br>old mode 100644<br>new mode 100755<br>diff --git a/lib/python/asterisk/test_runner.py b/lib/python/asterisk/test_runner.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml b/tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml b/tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/channels/SIP/sip_hold/sipp/phone_A_no_direction.xml b/tests/channels/SIP/sip_hold/sipp/phone_A_no_direction.xml<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/channels/SIP/sip_hold/sipp/phone_B_no_direction.xml b/tests/channels/SIP/sip_hold/sipp/phone_B_no_direction.xml<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/channels/pjsip/subscriptions/rls/rls_test.py b/tests/channels/pjsip/subscriptions/rls/rls_test.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/channels/pjsip/subscriptions/rls/rls_validation.py b/tests/channels/pjsip/subscriptions/rls/rls_validation.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/channels/pjsip/transfers/attended_transfer/nominal/callee_remote/transfer.py b/tests/channels/pjsip/transfers/attended_transfer/nominal/callee_remote/transfer.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/manager/bridge_actions/check_bridge.py b/tests/manager/bridge_actions/check_bridge.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/rest_api/applications/double-subscribe-device-state/subscribe_device_state.py b/tests/rest_api/applications/double-subscribe-device-state/subscribe_device_state.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/rest_api/bridges/bridge_record/bridges_record.py b/tests/rest_api/bridges/bridge_record/bridges_record.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/rest_api/bridges/playback/basic/bridges_play.py b/tests/rest_api/bridges/playback/basic/bridges_play.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/rest_api/bridges/playback/tones/bridges_play.py b/tests/rest_api/bridges/playback/tones/bridges_play.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/rest_api/channels/originate_then_continue/channel_originate.py b/tests/rest_api/channels/originate_then_continue/channel_originate.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/rest_api/external_interaction/attended_transfer/attended_transfer.py b/tests/rest_api/external_interaction/attended_transfer/attended_transfer.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/rest_api/external_interaction/blind_transfer/stasis_bridge_to_non_stasis_app/blind_transfer.py b/tests/rest_api/external_interaction/blind_transfer/stasis_bridge_to_non_stasis_app/blind_transfer.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/rest_api/mailbox/baseline/mailbox_baseline.py b/tests/rest_api/mailbox/baseline/mailbox_baseline.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/rest_api/recording/file_conflicts/recording.py b/tests/rest_api/recording/file_conflicts/recording.py<br>old mode 100644<br>new mode 100755<br>diff --git a/tests/rest_api/recording/format_unavailable/recording.py b/tests/rest_api/recording/format_unavailable/recording.py<br>old mode 100644<br>new mode 100755<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8310">change 8310</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8310"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I9f906080c9ff74677a158e768a86b878ee613590 </div>
<div style="display:none"> Gerrit-Change-Number: 8310 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>