<p>George Joseph has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7446">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">secure_calling:  Move srtp tests to new secure_calling directory<br><br>Change-Id: I818276a393974d5c9c6327897c1b90f5b532d09c<br>---<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/extensions.conf<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/sipp/offer.xml<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/extensions.conf<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/sipp/offer.xml<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/extensions.conf<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/sipp/offer.xml<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/extensions.conf<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/sipp/offer.xml<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml<br>R tests/channels/pjsip/secure_calling/optimistic_srtp/tests.yaml<br>R tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/extensions.conf<br>R tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf<br>R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept.csv<br>R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_disabled_with_attrib.xml<br>R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_multiple_attrib_first_bad.xml<br>R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_nominal.xml<br>R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.csv<br>R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.xml<br>R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline_no_attrib.xml<br>R tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml<br>R tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/extensions.conf<br>R tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/modules.conf.inc<br>R tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf<br>R tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/accept_with_optimistic.xml<br>R tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/accept_without_srtp.xml<br>R tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/decline_with_required.xml<br>R tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml<br>34 files changed, 0 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/46/7446/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/extensions.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/extensions.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/extensions.conf<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/extensions.conf<br>diff --git a/tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf<br>diff --git a/tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/sipp/offer.xml b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/sipp/offer.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/sipp/offer.xml<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/sipp/offer.xml<br>diff --git a/tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/extensions.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/extensions.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/extensions.conf<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/extensions.conf<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/sipp/offer.xml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/sipp/offer.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/sipp/offer.xml<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/sipp/offer.xml<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/extensions.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/extensions.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/extensions.conf<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/extensions.conf<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/sipp/offer.xml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/sipp/offer.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/sipp/offer.xml<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/sipp/offer.xml<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/extensions.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/extensions.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/extensions.conf<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/extensions.conf<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/sipp/offer.xml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/sipp/offer.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/sipp/offer.xml<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/sipp/offer.xml<br>diff --git a/tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml<br>diff --git a/tests/channels/pjsip/optimistic_srtp/tests.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/tests.yaml<br>similarity index 100%<br>rename from tests/channels/pjsip/optimistic_srtp/tests.yaml<br>rename to tests/channels/pjsip/secure_calling/optimistic_srtp/tests.yaml<br>diff --git a/tests/channels/pjsip/srtp_negotiation/configs/ast1/extensions.conf b/tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/extensions.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_negotiation/configs/ast1/extensions.conf<br>rename to tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/extensions.conf<br>diff --git a/tests/channels/pjsip/srtp_negotiation/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_negotiation/configs/ast1/pjsip.conf<br>rename to tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf<br>diff --git a/tests/channels/pjsip/srtp_negotiation/sipp/accept.csv b/tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept.csv<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_negotiation/sipp/accept.csv<br>rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept.csv<br>diff --git a/tests/channels/pjsip/srtp_negotiation/sipp/accept_disabled_with_attrib.xml b/tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_disabled_with_attrib.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_negotiation/sipp/accept_disabled_with_attrib.xml<br>rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_disabled_with_attrib.xml<br>diff --git a/tests/channels/pjsip/srtp_negotiation/sipp/accept_multiple_attrib_first_bad.xml b/tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_multiple_attrib_first_bad.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_negotiation/sipp/accept_multiple_attrib_first_bad.xml<br>rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_multiple_attrib_first_bad.xml<br>diff --git a/tests/channels/pjsip/srtp_negotiation/sipp/accept_nominal.xml b/tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_nominal.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_negotiation/sipp/accept_nominal.xml<br>rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_nominal.xml<br>diff --git a/tests/channels/pjsip/srtp_negotiation/sipp/decline.csv b/tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.csv<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_negotiation/sipp/decline.csv<br>rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.csv<br>diff --git a/tests/channels/pjsip/srtp_negotiation/sipp/decline.xml b/tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_negotiation/sipp/decline.xml<br>rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.xml<br>diff --git a/tests/channels/pjsip/srtp_negotiation/sipp/decline_no_attrib.xml b/tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline_no_attrib.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_negotiation/sipp/decline_no_attrib.xml<br>rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline_no_attrib.xml<br>diff --git a/tests/channels/pjsip/srtp_negotiation/test-config.yaml b/tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_negotiation/test-config.yaml<br>rename to tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml<br>diff --git a/tests/channels/pjsip/srtp_not_loaded/configs/ast1/extensions.conf b/tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/extensions.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_not_loaded/configs/ast1/extensions.conf<br>rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/extensions.conf<br>diff --git a/tests/channels/pjsip/srtp_not_loaded/configs/ast1/modules.conf.inc b/tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/modules.conf.inc<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_not_loaded/configs/ast1/modules.conf.inc<br>rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/modules.conf.inc<br>diff --git a/tests/channels/pjsip/srtp_not_loaded/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_not_loaded/configs/ast1/pjsip.conf<br>rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf<br>diff --git a/tests/channels/pjsip/srtp_not_loaded/sipp/accept_with_optimistic.xml b/tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/accept_with_optimistic.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_not_loaded/sipp/accept_with_optimistic.xml<br>rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/accept_with_optimistic.xml<br>diff --git a/tests/channels/pjsip/srtp_not_loaded/sipp/accept_without_srtp.xml b/tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/accept_without_srtp.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_not_loaded/sipp/accept_without_srtp.xml<br>rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/accept_without_srtp.xml<br>diff --git a/tests/channels/pjsip/srtp_not_loaded/sipp/decline_with_required.xml b/tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/decline_with_required.xml<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_not_loaded/sipp/decline_with_required.xml<br>rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/decline_with_required.xml<br>diff --git a/tests/channels/pjsip/srtp_not_loaded/test-config.yaml b/tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml<br>similarity index 100%<br>rename from tests/channels/pjsip/srtp_not_loaded/test-config.yaml<br>rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7446">change 7446</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7446"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I818276a393974d5c9c6327897c1b90f5b532d09c </div>
<div style="display:none"> Gerrit-Change-Number: 7446 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>