[asterisk-commits] testsuite: Add missing res srtp test dependencies. (testsuite[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Aug 9 17:45:37 CDT 2016


Anonymous Coward #1000019 has submitted this change and it was merged.

Change subject: testsuite: Add missing res_srtp test dependencies.
......................................................................


testsuite: Add missing res_srtp test dependencies.

Change-Id: I6f77668f063d3dda6579a811c6b9a30b6a7845e8
---
M tests/channels/SIP/noload_res_srtp/test-config.yaml
M tests/channels/SIP/noload_res_srtp_attempt_srtp/test-config.yaml
M tests/channels/SIP/sip_srtp/srtp_call/test-config.yaml
M tests/channels/SIP/sip_srtp/srtp_sdp_offer_answer/test-config.yaml
M tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml
M tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml
M tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml
M tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml
M tests/channels/pjsip/srtp_negotiation/test-config.yaml
9 files changed, 27 insertions(+), 10 deletions(-)

Approvals:
  Anonymous Coward #1000019: Verified
  Matt Jordan: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved



diff --git a/tests/channels/SIP/noload_res_srtp/test-config.yaml b/tests/channels/SIP/noload_res_srtp/test-config.yaml
index 7128bd3..16145e8 100644
--- a/tests/channels/SIP/noload_res_srtp/test-config.yaml
+++ b/tests/channels/SIP/noload_res_srtp/test-config.yaml
@@ -8,6 +8,8 @@
     dependencies:
         - python : 'twisted'
         - python : 'starpy'
-        - asterisk : 'chan_sip'
+        - asterisk: 'chan_sip'
+        - asterisk: 'func_channel'
+        - asterisk: 'res_agi'
     tags:
         - SIP
diff --git a/tests/channels/SIP/noload_res_srtp_attempt_srtp/test-config.yaml b/tests/channels/SIP/noload_res_srtp_attempt_srtp/test-config.yaml
index ea9f59e..cf31e81 100644
--- a/tests/channels/SIP/noload_res_srtp_attempt_srtp/test-config.yaml
+++ b/tests/channels/SIP/noload_res_srtp_attempt_srtp/test-config.yaml
@@ -8,7 +8,9 @@
     dependencies:
         - python : 'twisted'
         - python : 'starpy'
-        - asterisk : 'res_srtp'
-        - asterisk : 'chan_sip'
+        - asterisk: 'chan_sip'
+        - asterisk: 'func_channel'
+        - asterisk: 'res_agi'
+        - asterisk: 'res_srtp'
     tags:
         - SIP
diff --git a/tests/channels/SIP/sip_srtp/srtp_call/test-config.yaml b/tests/channels/SIP/sip_srtp/srtp_call/test-config.yaml
index 9d0edf8..ee1d325 100644
--- a/tests/channels/SIP/sip_srtp/srtp_call/test-config.yaml
+++ b/tests/channels/SIP/sip_srtp/srtp_call/test-config.yaml
@@ -9,7 +9,9 @@
     dependencies:
         - python : 'twisted'
         - python : 'starpy'
+        - asterisk: 'chan_sip'
+        - asterisk: 'func_channel'
+        - asterisk: 'res_agi'
         - asterisk: 'res_srtp'
-        - asterisk : 'chan_sip'
     tags:
         - SIP
diff --git a/tests/channels/SIP/sip_srtp/srtp_sdp_offer_answer/test-config.yaml b/tests/channels/SIP/sip_srtp/srtp_sdp_offer_answer/test-config.yaml
index 5884d80..669b57b 100644
--- a/tests/channels/SIP/sip_srtp/srtp_sdp_offer_answer/test-config.yaml
+++ b/tests/channels/SIP/sip_srtp/srtp_sdp_offer_answer/test-config.yaml
@@ -67,5 +67,6 @@
         - sipp :
             version : 'v3.0'
         - asterisk: 'chan_sip'
+        - asterisk: 'res_srtp'
     tags:
         - SIP
diff --git a/tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml b/tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml
index f914f2e..0452116 100644
--- a/tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml
+++ b/tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml
@@ -19,6 +19,8 @@
     dependencies:
         - sipp :
             version : 'v3.0'
-        - asterisk : 'res_pjsip'
+        - asterisk: 'app_echo'
+        - asterisk: 'res_pjsip'
+        - asterisk: 'res_srtp'
     tags:
         - pjsip
diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml b/tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml
index b7ef5dd..de880db 100644
--- a/tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml
+++ b/tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml
@@ -19,6 +19,8 @@
     dependencies:
         - sipp :
             version : 'v3.0'
-        - asterisk : 'res_pjsip'
+        - asterisk: 'app_echo'
+        - asterisk: 'res_pjsip'
+        - asterisk: 'res_srtp'
     tags:
         - pjsip
diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml b/tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml
index c9f8b55..3bad741 100644
--- a/tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml
+++ b/tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml
@@ -1,5 +1,5 @@
 testinfo:
-    summary:     'Tests SRTP offer with crypto.'
+    summary:     'Tests SRTP offer without crypto.'
     description: |
         'Run a SIPp scenario that sends an INVITE with no encryption.'
 
@@ -19,6 +19,8 @@
     dependencies:
         - sipp :
             version : 'v3.0'
-        - asterisk : 'res_pjsip'
+        - asterisk: 'app_echo'
+        - asterisk: 'res_pjsip'
+        - asterisk: 'res_srtp'
     tags:
         - pjsip
diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml b/tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml
index fe4c47d..fe73b3d 100644
--- a/tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml
+++ b/tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml
@@ -19,6 +19,8 @@
     dependencies:
         - sipp :
             version : 'v3.0'
-        - asterisk : 'res_pjsip'
+        - asterisk: 'app_echo'
+        - asterisk: 'res_pjsip'
+        - asterisk: 'res_srtp'
     tags:
         - pjsip
diff --git a/tests/channels/pjsip/srtp_negotiation/test-config.yaml b/tests/channels/pjsip/srtp_negotiation/test-config.yaml
index acde6f4..77797b0 100644
--- a/tests/channels/pjsip/srtp_negotiation/test-config.yaml
+++ b/tests/channels/pjsip/srtp_negotiation/test-config.yaml
@@ -55,6 +55,8 @@
     dependencies:
         - sipp :
             version : 'v3.0'
-        - asterisk : 'res_pjsip'
+        - asterisk: 'app_echo'
+        - asterisk: 'res_pjsip'
+        - asterisk: 'res_srtp'
     tags:
         - pjsip

-- 
To view, visit https://gerrit.asterisk.org/3440
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6f77668f063d3dda6579a811c6b9a30b6a7845e8
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-commits mailing list