[Asterisk-code-review] secure calling: Move srtp tests to new secure calling direc... (testsuite[master])

George Joseph asteriskteam at digium.com
Tue Dec 5 08:04:26 CST 2017


George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/7446


Change subject: secure_calling:  Move srtp tests to new secure_calling directory
......................................................................

secure_calling:  Move srtp tests to new secure_calling directory

Change-Id: I818276a393974d5c9c6327897c1b90f5b532d09c
---
R tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/extensions.conf
R tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf
R tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/sipp/offer.xml
R tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/extensions.conf
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/sipp/offer.xml
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/extensions.conf
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/sipp/offer.xml
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/extensions.conf
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/sipp/offer.xml
R tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml
R tests/channels/pjsip/secure_calling/optimistic_srtp/tests.yaml
R tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/extensions.conf
R tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf
R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept.csv
R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_disabled_with_attrib.xml
R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_multiple_attrib_first_bad.xml
R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_nominal.xml
R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.csv
R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.xml
R tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline_no_attrib.xml
R tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml
R tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/extensions.conf
R tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/modules.conf.inc
R tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf
R tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/accept_with_optimistic.xml
R tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/accept_without_srtp.xml
R tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/decline_with_required.xml
R tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml
34 files changed, 0 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/46/7446/1

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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/extensions.conf
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/extensions.conf
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/sipp/offer.xml
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/sipp/offer.xml
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/extensions.conf
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/extensions.conf
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/sipp/offer.xml
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/sipp/offer.xml
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/extensions.conf
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/extensions.conf
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/sipp/offer.xml
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/sipp/offer.xml
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/extensions.conf
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/extensions.conf
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/sipp/offer.xml
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/sipp/offer.xml
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
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml
diff --git a/tests/channels/pjsip/optimistic_srtp/tests.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/tests.yaml
similarity index 100%
rename from tests/channels/pjsip/optimistic_srtp/tests.yaml
rename to tests/channels/pjsip/secure_calling/optimistic_srtp/tests.yaml
diff --git a/tests/channels/pjsip/srtp_negotiation/configs/ast1/extensions.conf b/tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/extensions.conf
similarity index 100%
rename from tests/channels/pjsip/srtp_negotiation/configs/ast1/extensions.conf
rename to tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/extensions.conf
diff --git a/tests/channels/pjsip/srtp_negotiation/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf
similarity index 100%
rename from tests/channels/pjsip/srtp_negotiation/configs/ast1/pjsip.conf
rename to tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf
diff --git a/tests/channels/pjsip/srtp_negotiation/sipp/accept.csv b/tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept.csv
similarity index 100%
rename from tests/channels/pjsip/srtp_negotiation/sipp/accept.csv
rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept.csv
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
similarity index 100%
rename from tests/channels/pjsip/srtp_negotiation/sipp/accept_disabled_with_attrib.xml
rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_disabled_with_attrib.xml
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
similarity index 100%
rename from tests/channels/pjsip/srtp_negotiation/sipp/accept_multiple_attrib_first_bad.xml
rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_multiple_attrib_first_bad.xml
diff --git a/tests/channels/pjsip/srtp_negotiation/sipp/accept_nominal.xml b/tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_nominal.xml
similarity index 100%
rename from tests/channels/pjsip/srtp_negotiation/sipp/accept_nominal.xml
rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/accept_nominal.xml
diff --git a/tests/channels/pjsip/srtp_negotiation/sipp/decline.csv b/tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.csv
similarity index 100%
rename from tests/channels/pjsip/srtp_negotiation/sipp/decline.csv
rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.csv
diff --git a/tests/channels/pjsip/srtp_negotiation/sipp/decline.xml b/tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.xml
similarity index 100%
rename from tests/channels/pjsip/srtp_negotiation/sipp/decline.xml
rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline.xml
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
similarity index 100%
rename from tests/channels/pjsip/srtp_negotiation/sipp/decline_no_attrib.xml
rename to tests/channels/pjsip/secure_calling/srtp_negotiation/sipp/decline_no_attrib.xml
diff --git a/tests/channels/pjsip/srtp_negotiation/test-config.yaml b/tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml
similarity index 100%
rename from tests/channels/pjsip/srtp_negotiation/test-config.yaml
rename to tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml
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
similarity index 100%
rename from tests/channels/pjsip/srtp_not_loaded/configs/ast1/extensions.conf
rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/extensions.conf
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
similarity index 100%
rename from tests/channels/pjsip/srtp_not_loaded/configs/ast1/modules.conf.inc
rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/modules.conf.inc
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
similarity index 100%
rename from tests/channels/pjsip/srtp_not_loaded/configs/ast1/pjsip.conf
rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf
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
similarity index 100%
rename from tests/channels/pjsip/srtp_not_loaded/sipp/accept_with_optimistic.xml
rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/accept_with_optimistic.xml
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
similarity index 100%
rename from tests/channels/pjsip/srtp_not_loaded/sipp/accept_without_srtp.xml
rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/accept_without_srtp.xml
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
similarity index 100%
rename from tests/channels/pjsip/srtp_not_loaded/sipp/decline_with_required.xml
rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/sipp/decline_with_required.xml
diff --git a/tests/channels/pjsip/srtp_not_loaded/test-config.yaml b/tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml
similarity index 100%
rename from tests/channels/pjsip/srtp_not_loaded/test-config.yaml
rename to tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml

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

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I818276a393974d5c9c6327897c1b90f5b532d09c
Gerrit-Change-Number: 7446
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171205/36fa4de5/attachment-0001.html>


More information about the asterisk-code-review mailing list