[Asterisk-code-review] secure calling: Add OpenSSL dependency to call tests (testsuite[master])

George Joseph asteriskteam at digium.com
Tue Dec 19 16:09:00 CST 2017


George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/7611 )

Change subject: secure_calling:  Add OpenSSL dependency to call tests
......................................................................

secure_calling:  Add OpenSSL dependency to call tests

Change-Id: I1996885c105ffa9b603cae11fd92c2147621e7b7
---
M tests/channels/pjsip/secure_calling/calls/nominal/all_ciphers_verify_certs/test-config.yaml
M tests/channels/pjsip/secure_calling/calls/nominal/limited_ciphers_verify_certs/test-config.yaml
M tests/channels/pjsip/secure_calling/calls/nominal/two_CAs_no_verify_certs/test-config.yaml
M tests/channels/pjsip/secure_calling/calls/nominal/two_CAs_verify_certs/test-config.yaml
M tests/channels/pjsip/secure_calling/calls/off-nominal/dtls_verify_failure/test-config.yaml
M tests/channels/pjsip/secure_calling/calls/off-nominal/no_dtls_ciphers_in_common/test-config.yaml
M tests/channels/pjsip/secure_calling/calls/off-nominal/no_sips_ciphers_in_common/test-config.yaml
M tests/channels/pjsip/secure_calling/calls/off-nominal/sips_verify_failure/test-config.yaml
8 files changed, 16 insertions(+), 0 deletions(-)

Approvals:
  George Joseph: Looks good to me, approved; Approved for Submit



diff --git a/tests/channels/pjsip/secure_calling/calls/nominal/all_ciphers_verify_certs/test-config.yaml b/tests/channels/pjsip/secure_calling/calls/nominal/all_ciphers_verify_certs/test-config.yaml
index ccdf1b7..8323ffe 100644
--- a/tests/channels/pjsip/secure_calling/calls/nominal/all_ciphers_verify_certs/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/calls/nominal/all_ciphers_verify_certs/test-config.yaml
@@ -89,5 +89,7 @@
         - asterisk : 'res_pjsip_session'
         - asterisk : 'res_pjsip_sips_contact'
         - asterisk : 'res_srtp'
+        - openssl  :
+            version: '1.0.1'
     tags:
         - pjsip
diff --git a/tests/channels/pjsip/secure_calling/calls/nominal/limited_ciphers_verify_certs/test-config.yaml b/tests/channels/pjsip/secure_calling/calls/nominal/limited_ciphers_verify_certs/test-config.yaml
index 9030e88..8e26d9b 100644
--- a/tests/channels/pjsip/secure_calling/calls/nominal/limited_ciphers_verify_certs/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/calls/nominal/limited_ciphers_verify_certs/test-config.yaml
@@ -91,5 +91,7 @@
         - asterisk : 'res_pjsip_session'
         - asterisk : 'res_pjsip_sips_contact'
         - asterisk : 'res_srtp'
+        - openssl  :
+            version: '1.0.1'
     tags:
         - pjsip
diff --git a/tests/channels/pjsip/secure_calling/calls/nominal/two_CAs_no_verify_certs/test-config.yaml b/tests/channels/pjsip/secure_calling/calls/nominal/two_CAs_no_verify_certs/test-config.yaml
index 4c765d1..7ff0f98 100644
--- a/tests/channels/pjsip/secure_calling/calls/nominal/two_CAs_no_verify_certs/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/calls/nominal/two_CAs_no_verify_certs/test-config.yaml
@@ -93,5 +93,7 @@
         - asterisk : 'res_pjsip_session'
         - asterisk : 'res_pjsip_sips_contact'
         - asterisk : 'res_srtp'
+        - openssl  :
+            version: '1.0.1'
     tags:
         - pjsip
diff --git a/tests/channels/pjsip/secure_calling/calls/nominal/two_CAs_verify_certs/test-config.yaml b/tests/channels/pjsip/secure_calling/calls/nominal/two_CAs_verify_certs/test-config.yaml
index 56c269c..d1e27f6 100644
--- a/tests/channels/pjsip/secure_calling/calls/nominal/two_CAs_verify_certs/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/calls/nominal/two_CAs_verify_certs/test-config.yaml
@@ -95,5 +95,7 @@
         - asterisk : 'res_pjsip_session'
         - asterisk : 'res_pjsip_sips_contact'
         - asterisk : 'res_srtp'
+        - openssl  :
+            version: '1.0.1'
     tags:
         - pjsip
diff --git a/tests/channels/pjsip/secure_calling/calls/off-nominal/dtls_verify_failure/test-config.yaml b/tests/channels/pjsip/secure_calling/calls/off-nominal/dtls_verify_failure/test-config.yaml
index e642aaa..3efea9e 100644
--- a/tests/channels/pjsip/secure_calling/calls/off-nominal/dtls_verify_failure/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/calls/off-nominal/dtls_verify_failure/test-config.yaml
@@ -73,5 +73,7 @@
         - asterisk : 'res_pjsip_session'
         - asterisk : 'res_pjsip_sips_contact'
         - asterisk : 'res_srtp'
+        - openssl  :
+            version: '1.0.1'
     tags:
         - pjsip
diff --git a/tests/channels/pjsip/secure_calling/calls/off-nominal/no_dtls_ciphers_in_common/test-config.yaml b/tests/channels/pjsip/secure_calling/calls/off-nominal/no_dtls_ciphers_in_common/test-config.yaml
index 1ef5676..c843157 100644
--- a/tests/channels/pjsip/secure_calling/calls/off-nominal/no_dtls_ciphers_in_common/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/calls/off-nominal/no_dtls_ciphers_in_common/test-config.yaml
@@ -74,5 +74,7 @@
         - asterisk : 'res_pjsip_session'
         - asterisk : 'res_pjsip_sips_contact'
         - asterisk : 'res_srtp'
+        - openssl  :
+            version: '1.0.1'
     tags:
         - pjsip
diff --git a/tests/channels/pjsip/secure_calling/calls/off-nominal/no_sips_ciphers_in_common/test-config.yaml b/tests/channels/pjsip/secure_calling/calls/off-nominal/no_sips_ciphers_in_common/test-config.yaml
index dab7ad5..04b364c 100644
--- a/tests/channels/pjsip/secure_calling/calls/off-nominal/no_sips_ciphers_in_common/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/calls/off-nominal/no_sips_ciphers_in_common/test-config.yaml
@@ -58,5 +58,7 @@
         - asterisk : 'res_pjsip_session'
         - asterisk : 'res_pjsip_sips_contact'
         - asterisk : 'res_srtp'
+        - openssl  :
+            version: '1.0.1'
     tags:
         - pjsip
diff --git a/tests/channels/pjsip/secure_calling/calls/off-nominal/sips_verify_failure/test-config.yaml b/tests/channels/pjsip/secure_calling/calls/off-nominal/sips_verify_failure/test-config.yaml
index 1d2bed5..64f6589 100644
--- a/tests/channels/pjsip/secure_calling/calls/off-nominal/sips_verify_failure/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/calls/off-nominal/sips_verify_failure/test-config.yaml
@@ -58,5 +58,7 @@
         - asterisk : 'res_pjsip_session'
         - asterisk : 'res_pjsip_sips_contact'
         - asterisk : 'res_srtp'
+        - openssl  :
+            version: '1.0.1'
     tags:
         - pjsip

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

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I1996885c105ffa9b603cae11fd92c2147621e7b7
Gerrit-Change-Number: 7611
Gerrit-PatchSet: 2
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171219/68434ae6/attachment-0001.html>


More information about the asterisk-code-review mailing list