[Asterisk-code-review] AST-2018-008: Fix enumeration of endpoints from ACL rejected... (testsuite[legacy])
Kevin Harwell
asteriskteam at digium.com
Mon Jun 11 13:26:19 CDT 2018
Kevin Harwell has submitted this change and it was merged. ( 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(-)
Approvals:
Kevin Harwell: Looks good to me, approved; Approved for Submit
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: merged
Gerrit-Change-Id: Id3c46ac3329e1447b396cf44770202b003aa3a9a
Gerrit-Change-Number: 9168
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180611/b18bb642/attachment.html>
More information about the asterisk-code-review
mailing list