[svn-commits] jrose: branch jrose/sip_tls_call_branch r1652 - in /asterisk/team/jrose/sip_t...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jun 20 14:38:50 CDT 2011
Author: jrose
Date: Mon Jun 20 14:38:47 2011
New Revision: 1652
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1652
Log:
Merging my current test setup into this team branch
Modified:
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/tests.yaml
asterisk/team/jrose/sip_tls_call_branch/tests/tests.yaml
Modified: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/tests.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/tests.yaml?view=diff&rev=1652&r1=1651&r2=1652
==============================================================================
--- asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/tests.yaml (original)
+++ asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/tests.yaml Mon Jun 20 14:38:47 2011
@@ -2,19 +2,20 @@
tests:
# Temporarily disabled until random failures are debugged.
#- test: 'handle_response_refer'
- - test: 'options'
- - test: 'refer_replaces_to_self'
- - test: 'tcpauthlimit'
- - test: 'tcpauthtimeout'
- - test: 'sip_outbound_address'
- - test: 'sip_attended_transfer'
- - test: 'sip_attended_transfer_tcp'
- - test: 'sip_attended_transfer_v6'
- - test: 'sip_one_legged_transfer'
- - test: 'sip_one_legged_transfer_v6'
- - test: 'sip_register'
- - test: 'sip_channel_params'
- - test: 'message_disabled'
- - test: 'message_unauth'
- - test: 'message_auth'
- - test: 'message_from_call'
+ #- test: 'options'
+ #- test: 'refer_replaces_to_self'
+ #- test: 'tcpauthlimit'
+ #- test: 'tcpauthtimeout'
+ #- test: 'sip_outbound_address'
+ #- test: 'sip_attended_transfer'
+ #- test: 'sip_attended_transfer_tcp'
+ #- test: 'sip_attended_transfer_v6'
+ #- test: 'sip_one_legged_transfer'
+ #- test: 'sip_one_legged_transfer_v6'
+ #- test: 'sip_register'
+ #- test: 'sip_channel_params'
+ #- test: 'message_disabled'
+ #- test: 'message_unauth'
+ #- test: 'message_auth'
+ #- test: 'message_from_call'
+ - test: 'sip_tls_call'
Modified: asterisk/team/jrose/sip_tls_call_branch/tests/tests.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/tests.yaml?view=diff&rev=1652&r1=1651&r2=1652
==============================================================================
--- asterisk/team/jrose/sip_tls_call_branch/tests/tests.yaml (original)
+++ asterisk/team/jrose/sip_tls_call_branch/tests/tests.yaml Mon Jun 20 14:38:47 2011
@@ -1,27 +1,27 @@
# Enter tests here in the order they should be considered for execution:
tests:
- - test: 'example'
- - test: 'dynamic-modules'
- - dir: 'manager'
- - test: 'rfc2833_dtmf_detect'
- - dir: 'iax2'
- - dir: 'cdr'
- - test: 'directed_pickup'
- - test: 'func_srv'
+ #- test: 'example'
+ #- test: 'dynamic-modules'
+ #- dir: 'manager'
+ #- test: 'rfc2833_dtmf_detect'
+ #- dir: 'iax2'
+ #- dir: 'cdr'
+ #- test: 'directed_pickup'
+ #- test: 'func_srv'
- dir: 'channels'
- - test: 'udptl'
- - test: 'udptl_v6'
- - test: 'feature_blonde_transfer'
- - test: 'feature_attended_transfer'
- - test: 'blind-transfer-parkingtimeout'
- - test: 'one-step-parking'
- - test: 'callparking'
- - test: 'callparking_retrieval'
- - test: 'mixmonitor'
- - test: 'mixmonitor_audiohook_inherit'
- - dir: 'chanspy'
- - dir: 'queues'
- - dir: 'fastagi'
- - dir: 'agi'
- - dir: 'pbx'
- - dir: 'fax'
+ #- test: 'udptl'
+ #- test: 'udptl_v6'
+ #- test: 'feature_blonde_transfer'
+ #- test: 'feature_attended_transfer'
+ #- test: 'blind-transfer-parkingtimeout'
+ #- test: 'one-step-parking'
+ #- test: 'callparking'
+ #- test: 'callparking_retrieval'
+ #- test: 'mixmonitor'
+ #- test: 'mixmonitor_audiohook_inherit'
+ #- dir: 'chanspy'
+ #- dir: 'queues'
+ #- dir: 'fastagi'
+ #- dir: 'agi'
+ #- dir: 'pbx'
+ #- dir: 'fax'
More information about the svn-commits
mailing list