[asterisk-commits] wdoekes: testsuite/asterisk/trunk r3817 - in /asterisk/trunk/tests: cdr/blind...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Jun 1 07:21:50 CDT 2013
Author: wdoekes
Date: Sat Jun 1 07:21:47 2013
New Revision: 3817
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3817
Log:
Clarify why sipp needs "TLS".
Modified:
asterisk/trunk/tests/cdr/blind-transfer-accountcode/test-config.yaml
asterisk/trunk/tests/channels/SIP/message_auth/test-config.yaml
asterisk/trunk/tests/channels/SIP/message_auth_cust_hdr/test-config.yaml
asterisk/trunk/tests/channels/SIP/message_mark_all_outbound/test-config.yaml
asterisk/trunk/tests/channels/SIP/sip_register_domain_acl/test-config.yaml
Modified: asterisk/trunk/tests/cdr/blind-transfer-accountcode/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/cdr/blind-transfer-accountcode/test-config.yaml?view=diff&rev=3817&r1=3816&r2=3817
==============================================================================
--- asterisk/trunk/tests/cdr/blind-transfer-accountcode/test-config.yaml (original)
+++ asterisk/trunk/tests/cdr/blind-transfer-accountcode/test-config.yaml Sat Jun 1 07:21:47 2013
@@ -18,7 +18,7 @@
- app : 'asttest'
- sipp :
version : 'v3.0'
- feature : 'TLS'
+ feature : 'TLS' # "Authentication requires OpenSSL support"
- asterisk : 'cdr_csv'
tags:
- CDR
Modified: asterisk/trunk/tests/channels/SIP/message_auth/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/message_auth/test-config.yaml?view=diff&rev=3817&r1=3816&r2=3817
==============================================================================
--- asterisk/trunk/tests/channels/SIP/message_auth/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/message_auth/test-config.yaml Sat Jun 1 07:21:47 2013
@@ -8,6 +8,6 @@
dependencies:
- sipp :
version : 'v3.0'
- feature : 'TLS'
+ feature : 'TLS' # "Authentication requires OpenSSL support"
tags:
- SIP
Modified: asterisk/trunk/tests/channels/SIP/message_auth_cust_hdr/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/message_auth_cust_hdr/test-config.yaml?view=diff&rev=3817&r1=3816&r2=3817
==============================================================================
--- asterisk/trunk/tests/channels/SIP/message_auth_cust_hdr/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/message_auth_cust_hdr/test-config.yaml Sat Jun 1 07:21:47 2013
@@ -8,6 +8,6 @@
dependencies:
- sipp :
version : 'v3.0'
- feature : 'TLS'
+ feature : 'TLS' # "Authentication requires OpenSSL support"
tags:
- - SIP
+ - SIP
Modified: asterisk/trunk/tests/channels/SIP/message_mark_all_outbound/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/message_mark_all_outbound/test-config.yaml?view=diff&rev=3817&r1=3816&r2=3817
==============================================================================
--- asterisk/trunk/tests/channels/SIP/message_mark_all_outbound/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/message_mark_all_outbound/test-config.yaml Sat Jun 1 07:21:47 2013
@@ -8,6 +8,6 @@
dependencies:
- sipp :
version : 'v3.0'
- feature : 'TLS'
+ feature : 'TLS' # "Authentication requires OpenSSL support"
tags:
- SIP
Modified: asterisk/trunk/tests/channels/SIP/sip_register_domain_acl/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/sip_register_domain_acl/test-config.yaml?view=diff&rev=3817&r1=3816&r2=3817
==============================================================================
--- asterisk/trunk/tests/channels/SIP/sip_register_domain_acl/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/sip_register_domain_acl/test-config.yaml Sat Jun 1 07:21:47 2013
@@ -8,6 +8,6 @@
- python: 'twisted'
- sipp:
version: 'v3.1'
- feature: 'TLS'
+ feature: 'TLS' # "Authentication requires OpenSSL support"
tags:
- SIP
More information about the asterisk-commits
mailing list