[Asterisk-code-review] ami/(pj)sip notify: Fix logs left in testsuite tree (testsuite[15])
Richard Mudgett
asteriskteam at digium.com
Mon Jul 30 16:56:32 CDT 2018
Richard Mudgett has uploaded this change for review. ( https://gerrit.asterisk.org/9789
Change subject: ami/(pj)sip_notify: Fix logs left in testsuite tree
......................................................................
ami/(pj)sip_notify: Fix logs left in testsuite tree
We don't need to pollute the testsuite tree with log files that are not
needed.
Change-Id: I1cc203a26a411e08f7f097581606fa62c75af0db
---
M tests/channels/SIP/ami/sip_notify/call_id/test-config.yaml
M tests/channels/pjsip/ami/pjsip_notify/channel/test-config.yaml
2 files changed, 5 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/89/9789/1
diff --git a/tests/channels/SIP/ami/sip_notify/call_id/test-config.yaml b/tests/channels/SIP/ami/sip_notify/call_id/test-config.yaml
index f3f34a7..70d8a31 100644
--- a/tests/channels/SIP/ami/sip_notify/call_id/test-config.yaml
+++ b/tests/channels/SIP/ami/sip_notify/call_id/test-config.yaml
@@ -18,8 +18,8 @@
test-iterations:
-
scenarios:
- - { 'key-args': { 'scenario': 'caller.xml', '-i': '127.0.0.1', '-p': '5062', '-trace_msg': '-pause_msg_ign' } }
- - { 'key-args': { 'scenario': 'callee.xml', '-i': '127.0.0.1', '-p': '5063', '-trace_msg': '-pause_msg_ign' } }
+ - { 'key-args': { 'scenario': 'caller.xml', '-i': '127.0.0.1', '-p': '5062' } }
+ - { 'key-args': { 'scenario': 'callee.xml', '-i': '127.0.0.1', '-p': '5063' } }
ami-config:
-
@@ -41,6 +41,7 @@
dependencies:
- sipp :
version : 'v3.0'
+ - asterisk : 'app_dial'
- asterisk : 'chan_sip'
tags:
- SIP
diff --git a/tests/channels/pjsip/ami/pjsip_notify/channel/test-config.yaml b/tests/channels/pjsip/ami/pjsip_notify/channel/test-config.yaml
index 5d2bb64..a008209 100644
--- a/tests/channels/pjsip/ami/pjsip_notify/channel/test-config.yaml
+++ b/tests/channels/pjsip/ami/pjsip_notify/channel/test-config.yaml
@@ -19,8 +19,8 @@
test-iterations:
-
scenarios:
- - { 'key-args': { 'scenario': 'callee.xml', '-i': '127.0.0.1', '-p': '5063', '-trace_msg': '-pause_msg_ign' } }
- - { 'key-args': { 'scenario': 'caller.xml', '-i': '127.0.0.1', '-p': '5062', '-trace_msg': '-pause_msg_ign' } }
+ - { 'key-args': { 'scenario': 'callee.xml', '-i': '127.0.0.1', '-p': '5063' } }
+ - { 'key-args': { 'scenario': 'caller.xml', '-i': '127.0.0.1', '-p': '5062' } }
ami-config:
-
--
To view, visit https://gerrit.asterisk.org/9789
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1cc203a26a411e08f7f097581606fa62c75af0db
Gerrit-Change-Number: 9789
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/20180730/5cdc7310/attachment.html>
More information about the asterisk-code-review
mailing list