[Asterisk-code-review] ami/(pj)sip notify: Fix logs left in testsuite tree (testsuite[16])

Jenkins2 asteriskteam at digium.com
Wed Aug 1 04:32:15 CDT 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/9791 )

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(-)

Approvals:
  Benjamin Keith Ford: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit



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/9791
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 16
Gerrit-MessageType: merged
Gerrit-Change-Id: I1cc203a26a411e08f7f097581606fa62c75af0db
Gerrit-Change-Number: 9791
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180801/70373a44/attachment-0001.html>


More information about the asterisk-code-review mailing list