<p> Attention is currently required from: Michael Bradeen. </p>
<p>Michael Bradeen <strong>uploaded patch set #5</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/testsuite/+/18199">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">testsuite: Python 3 compatibility inital commit<br><br>Multiple changes for compatibility.  Requires latest version of all<br>pre-requisites and assumes a change in starpy to replace the now<br>protected data field async with asyncrn.<br><br>Changes also to print, replaced old library references, broke up<br>sub-parameters, etc.<br><br>Twisted input to realtime is bytes, while internally strings are used<br>so multiple changes required in order to convert back and forth<br><br>rest_api multiple removals of xrange in favor of range and making<br>sure that all calls to write to stdout are in byte format<br><br>rls required a change to use BytiesIO and a bytestring<br><br>Change-Id: Ic7a1d72b174df59107370fcb03fae9dc4cdfc9d3<br>---<br>M contrib/scripts/cel-to-yaml.py<br>M contrib/scripts/install_prereq<br>M contrib/scripts/rlmi_demo.py<br>M lib/python/asterisk/astdicts.py<br>M lib/python/asterisk/matcher_listener.py<br>M lib/python/asterisk/pcap.py<br>M lib/python/asterisk/pluggable_modules.py<br>M lib/python/asterisk/realtime_test_module.py<br>M lib/python/asterisk/sipp.py<br>M lib/python/asterisk/syncami.py<br>M lib/python/asterisk/test_case.py<br>M lib/python/asterisk/test_runner.py<br>M lib/python/protocols/ipstack.py<br>M lib/python/protocols/layer4/tcp.py<br>M lib/python/qm.py<br>M lib/python/rlmi.py<br>M runtests.py<br>M tests/agi/nominal/run-test<br>M tests/apps/chanspy/chanspy_w_mixmonitor/run-test<br>M tests/apps/directory/directory_attendant_exit/run-test<br>M tests/apps/directory/directory_context_operator_exit/run-test<br>M tests/apps/directory/directory_operator_exit/run-test<br>M tests/apps/voicemail/check_voicemail_options_change_password/voicemailpwcheck.py<br>M tests/blind-transfer-parkingtimeout/run-test<br>M tests/bridge/bridge_action/bridge_action.py<br>M tests/channels/SIP/noload_res_srtp/run-test<br>M tests/channels/SIP/noload_res_srtp_attempt_srtp/run-test<br>M tests/channels/SIP/refer_replaces_to_self/run-test<br>M tests/channels/SIP/secure_bridge_media/run-test<br>M tests/channels/SIP/sip_attended_transfer_tcp/run-test<br>M tests/channels/SIP/sip_blind_transfer/callee_refer_only/run-test<br>M tests/channels/SIP/sip_blind_transfer/callee_with_reinvite/run-test<br>M tests/channels/SIP/sip_blind_transfer/caller_refer_only/run-test<br>M tests/channels/SIP/sip_blind_transfer/caller_with_reinvite/run-test<br>M tests/channels/SIP/sip_one_legged_transfer/run-test<br>M tests/channels/SIP/sip_one_legged_transfer_v6/run-test<br>M tests/channels/SIP/sip_srtp/srtp_call/run-test<br>M tests/channels/SIP/tcpauthtimeout/timeout_should_happen/timeout.py<br>M tests/channels/pjsip/resolver/naptr/explicit_transport_configured/dns_zones/example.com<br>M tests/channels/pjsip/resolver/naptr/order/dns_zones/example.com<br>M tests/channels/pjsip/resolver/naptr/preference/dns_zones/example.com<br>M tests/channels/pjsip/resolver/naptr/preference_failover/dns_zones/example.com<br>M tests/channels/pjsip/resolver/naptr/restricted_transport/dns_zones/example.com<br>M tests/channels/pjsip/resolver/naptr/transport_tcp/dns_zones/example.com<br>M tests/channels/pjsip/resolver/naptr/transport_udp/dns_zones/example.com<br>M tests/channels/pjsip/resolver/naptr/transport_unspecified/dns_zones/example.com<br>M tests/channels/pjsip/rtp/bind_rtp_to_media_address/rtp.py<br>M tests/channels/pjsip/rtp/rtp_keepalive/base/rtp.py<br>M tests/channels/pjsip/rtp/rtp_keepalive/direct_media/rtp.py<br>M tests/channels/pjsip/subscriptions/rls/rls_element.py<br>M tests/channels/pjsip/subscriptions/rls/rls_test.py<br>M tests/channels/pjsip/transfers/blind_transfer/callee_refer_only/transfer.py<br>M tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/transfer.py<br>M tests/codecs/audio_analyzer.py<br>M tests/fastagi/channel-status/run-test<br>M tests/fastagi/connect/run-test<br>M tests/fastagi/database/run-test<br>M tests/fastagi/record-file/run-test<br>M tests/fastagi/stream-file/run-test<br>M tests/fastagi/wait-for-digit/run-test<br>M tests/fax/pjsip/t38_fast_reject/check_reinvite_rtt.py<br>M tests/fax/sip/gateway_g711_t38/run-test<br>M tests/fax/sip/gateway_mix1/run-test<br>M tests/fax/sip/gateway_mix2/run-test<br>M tests/fax/sip/gateway_mix3/run-test<br>M tests/fax/sip/gateway_mix4/run-test<br>M tests/fax/sip/gateway_native_t38/run-test<br>M tests/fax/sip/gateway_native_t38_ced/run-test<br>M tests/fax/sip/gateway_no_t38/run-test<br>M tests/fax/sip/gateway_t38_g711/run-test<br>M tests/fax/sip/gateway_timeout1/run-test<br>M tests/fax/sip/gateway_timeout2/run-test<br>M tests/fax/sip/gateway_timeout3/run-test<br>M tests/fax/sip/gateway_timeout4/run-test<br>M tests/fax/sip/gateway_timeout5/run-test<br>M tests/funcs/func_srv/run-test<br>M tests/hep/hep_capture_node.py<br>M tests/manager/userevent/event.py<br>M tests/masquerade/run-test<br>M tests/pbx/dialplan_save/run-test<br>M tests/pbx/merge_contexts/run-test<br>M tests/pbx/pbx_lua_background/run-test<br>M tests/pbx/pbx_lua_goto/run-test<br>M tests/rest_api/applications/stasisstatus/test_case.py<br>M tests/rest_api/bridges/add_recording_channel/add_recording_channel.py<br>M tests/rest_api/channels/originate/channel_originate.py<br>M tests/rest_api/channels/redirect/nominal/run-test<br>M tests/rest_api/chunked-transfer/run-test<br>M tests/rest_api/device_state/add_invalid/device_state.py<br>M tests/rest_api/external_interaction/blind_transfer/call_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/request-bodies/run-test<br>M tests/rtp/strict_rtp/strict_rtp_seqno/strict_rtp.py<br>M tests/rtp/strict_rtp/strict_rtp_yes/strict_rtp.py<br>94 files changed, 626 insertions(+), 561 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/99/18199/5</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/testsuite/+/18199">change 18199</a>. To unsubscribe, or for help writing mail filters, 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/c/testsuite/+/18199"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: development/16/python3 </div>
<div style="display:none"> Gerrit-Change-Id: Ic7a1d72b174df59107370fcb03fae9dc4cdfc9d3 </div>
<div style="display:none"> Gerrit-Change-Number: 18199 </div>
<div style="display:none"> Gerrit-PatchSet: 5 </div>
<div style="display:none"> Gerrit-Owner: Michael Bradeen <mbradeen@sangoma.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Attention: Michael Bradeen <mbradeen@sangoma.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>