[asterisk-commits] jrose: branch jrose/sip_tls_call_branch r1670 - in /asterisk/team/jrose/sip_t...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jun 23 13:30:40 CDT 2011


Author: jrose
Date: Thu Jun 23 13:30:36 2011
New Revision: 1670

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1670
Log:
Fixes changes to tests.yaml files

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=1670&r1=1669&r2=1670
==============================================================================
--- 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 Thu Jun 23 13:30:36 2011
@@ -2,20 +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=1670&r1=1669&r2=1670
==============================================================================
--- asterisk/team/jrose/sip_tls_call_branch/tests/tests.yaml (original)
+++ asterisk/team/jrose/sip_tls_call_branch/tests/tests.yaml Thu Jun 23 13:30:36 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: '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 asterisk-commits mailing list