[Asterisk-code-review] AST-2018-008: Fix enumeration of endpoints from ACL rejected... (testsuite[legacy])

Richard Mudgett asteriskteam at digium.com
Mon Jun 11 11:36:16 CDT 2018


Richard Mudgett has uploaded this change for review. ( https://gerrit.asterisk.org/9168


Change subject: AST-2018-008: Fix enumeration of endpoints from ACL rejected addresses.
......................................................................

AST-2018-008: Fix enumeration of endpoints from ACL rejected addresses.

Disabled the tests/channels/pjsip/acl_call test in legacy testsuite
versions.

* pjsip.conf: Enabled SIP message debug in the logs.

* test-config.yaml: Added missing test dependencies.

ASTERISK-27818

Change-Id: Id3c46ac3329e1447b396cf44770202b003aa3a9a
---
M tests/channels/pjsip/acl_call/configs/ast1/pjsip.conf
M tests/channels/pjsip/acl_call/test-config.yaml
2 files changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/68/9168/1

diff --git a/tests/channels/pjsip/acl_call/configs/ast1/pjsip.conf b/tests/channels/pjsip/acl_call/configs/ast1/pjsip.conf
index a6e24bc..94fd3ae 100644
--- a/tests/channels/pjsip/acl_call/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/acl_call/configs/ast1/pjsip.conf
@@ -1,3 +1,7 @@
+[global]
+type=global
+debug=yes
+
 [local]
 type=transport
 protocol=udp
diff --git a/tests/channels/pjsip/acl_call/test-config.yaml b/tests/channels/pjsip/acl_call/test-config.yaml
index 265a3a8..d4bf6e1 100644
--- a/tests/channels/pjsip/acl_call/test-config.yaml
+++ b/tests/channels/pjsip/acl_call/test-config.yaml
@@ -1,4 +1,5 @@
 testinfo:
+    skip: 'Disabling in legacy because of ASTERISK-27818'
     summary: 'Test res_pjsip usage of endpoint ACLs'
     description: |
         This tests SIP calls originating from different addresses against
@@ -12,6 +13,7 @@
         - python : 'twisted'
         - python : 'starpy'
         - app : 'sipp'
+        - asterisk : 'res_config_sqlite3'
         - asterisk : 'res_pjsip'
     tags:
         - pjsip

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

Gerrit-Project: testsuite
Gerrit-Branch: legacy
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3c46ac3329e1447b396cf44770202b003aa3a9a
Gerrit-Change-Number: 9168
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180611/1d9e298e/attachment-0001.html>


More information about the asterisk-code-review mailing list