[asterisk-commits] twilson: testsuite/asterisk/trunk r2892 - in /asterisk/trunk/tests/channels/S...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Dec 13 14:01:09 CST 2011
Author: twilson
Date: Tue Dec 13 14:01:05 2011
New Revision: 2892
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2892
Log:
Fix the srtp dependencies for srtp tests
The noload tests don't require res_srtp since it is noloaded.
The secure_bridge_media test does require res_srtp.
We need to install libsrtp on the bamboo test agents.
Modified:
asterisk/trunk/tests/channels/SIP/noload_res_srtp/test-config.yaml
asterisk/trunk/tests/channels/SIP/noload_res_srtp_attempt_srtp/test-config.yaml
asterisk/trunk/tests/channels/SIP/secure_bridge_media/test-config.yaml
Modified: asterisk/trunk/tests/channels/SIP/noload_res_srtp/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/noload_res_srtp/test-config.yaml?view=diff&rev=2892&r1=2891&r2=2892
==============================================================================
--- asterisk/trunk/tests/channels/SIP/noload_res_srtp/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/noload_res_srtp/test-config.yaml Tue Dec 13 14:01:05 2011
@@ -8,4 +8,3 @@
dependencies:
- python : 'twisted'
- python : 'starpy'
- - asterisk: 'res_srtp'
Modified: asterisk/trunk/tests/channels/SIP/noload_res_srtp_attempt_srtp/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/noload_res_srtp_attempt_srtp/test-config.yaml?view=diff&rev=2892&r1=2891&r2=2892
==============================================================================
--- asterisk/trunk/tests/channels/SIP/noload_res_srtp_attempt_srtp/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/noload_res_srtp_attempt_srtp/test-config.yaml Tue Dec 13 14:01:05 2011
@@ -8,4 +8,3 @@
dependencies:
- python : 'twisted'
- python : 'starpy'
- - asterisk : 'res_srtp'
Modified: asterisk/trunk/tests/channels/SIP/secure_bridge_media/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/secure_bridge_media/test-config.yaml?view=diff&rev=2892&r1=2891&r2=2892
==============================================================================
--- asterisk/trunk/tests/channels/SIP/secure_bridge_media/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/secure_bridge_media/test-config.yaml Tue Dec 13 14:01:05 2011
@@ -8,3 +8,4 @@
dependencies:
- python : 'twisted'
- python : 'starpy'
+ - asterisk : 'res_srtp'
More information about the asterisk-commits
mailing list