[Asterisk-code-review] pjsip: Fix REF DEBUG for many tests. (testsuite[13])

Jenkins2 asteriskteam at digium.com
Tue Oct 16 08:14:28 CDT 2018


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

Change subject: pjsip: Fix REF_DEBUG for many tests.
......................................................................

pjsip: Fix REF_DEBUG for many tests.

Change-Id: Ie7bd2869edba64ffe69217e238e8781904e858aa
---
M tests/apps/voicemail/leave_voicemail_nominal/configs/ast1/pjsip.conf
M tests/apps/voicemail/leave_voicemail_nominal/configs/ast2/pjsip.conf
M tests/apps/voicemail/leave_voicemail_nominal/run-test
M tests/hep/pjsip-auth/configs/ast1/pjsip.conf
M tests/hep/pjsip-auth/test-config.yaml
M tests/hep/pjsip-ipv6/configs/ast1/pjsip.conf
M tests/hep/pjsip-ipv6/test-config.yaml
M tests/hep/pjsip/configs/ast1/pjsip.conf
M tests/hep/pjsip/test-config.yaml
M tests/hep/rtcp-receiver/configs/ast1/pjsip.conf
M tests/hep/rtcp-receiver/configs/ast2/pjsip.conf
M tests/hep/rtcp-receiver/test-config.yaml
M tests/hep/rtcp-sender/configs/ast1/pjsip.conf
M tests/hep/rtcp-sender/configs/ast2/pjsip.conf
M tests/hep/rtcp-sender/test-config.yaml
M tests/pbx/accountcode/dial_none/configs/ast1/pjsip.conf
M tests/pbx/accountcode/dial_none/test-config.yaml
M tests/pbx/accountcode/dial_peer_none/configs/ast1/pjsip.conf
M tests/pbx/accountcode/dial_peer_none/test-config.yaml
M tests/pbx/accountcode/dial_peer_override/configs/ast1/pjsip.conf
M tests/pbx/accountcode/dial_peer_override/test-config.yaml
M tests/pbx/accountcode/dial_predial/configs/ast1/pjsip.conf
M tests/pbx/accountcode/dial_predial/test-config.yaml
M tests/pbx/accountcode/dial_straight_none/configs/ast1/pjsip.conf
M tests/pbx/accountcode/dial_straight_none/test-config.yaml
M tests/pbx/accountcode/dial_straight_override/configs/ast1/pjsip.conf
M tests/pbx/accountcode/dial_straight_override/test-config.yaml
M tests/pbx/accountcode/queue_none/configs/ast1/pjsip.conf
M tests/pbx/accountcode/queue_none/test-config.yaml
M tests/pbx/accountcode/queue_peer_none/configs/ast1/pjsip.conf
M tests/pbx/accountcode/queue_peer_none/test-config.yaml
M tests/pbx/accountcode/queue_peer_preserve/configs/ast1/pjsip.conf
M tests/pbx/accountcode/queue_peer_preserve/test-config.yaml
M tests/rest_api/applications/channel-subscriptions/originate_to_dialplan/non_local_channels/configs/ast1/pjsip.conf
M tests/rest_api/applications/channel-subscriptions/originate_to_dialplan/non_local_channels/test-config.yaml
M tests/rest_api/applications/channel-subscriptions/originate_to_other_stasis_app/non_local_channels/configs/ast1/pjsip.conf
M tests/rest_api/applications/channel-subscriptions/originate_to_other_stasis_app/non_local_channels/run-test
M tests/rtp/strict_rtp/strict_rtp_yes/configs/ast1/pjsip.conf
M tests/rtp/strict_rtp/strict_rtp_yes/configs/ast2/pjsip.conf
M tests/rtp/strict_rtp/strict_rtp_yes/test-config.yaml
40 files changed, 128 insertions(+), 8 deletions(-)

Approvals:
  George Joseph: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/tests/apps/voicemail/leave_voicemail_nominal/configs/ast1/pjsip.conf b/tests/apps/voicemail/leave_voicemail_nominal/configs/ast1/pjsip.conf
index ed09b27..fab0124 100644
--- a/tests/apps/voicemail/leave_voicemail_nominal/configs/ast1/pjsip.conf
+++ b/tests/apps/voicemail/leave_voicemail_nominal/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 ;--
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 Non mapped elements start
diff --git a/tests/apps/voicemail/leave_voicemail_nominal/configs/ast2/pjsip.conf b/tests/apps/voicemail/leave_voicemail_nominal/configs/ast2/pjsip.conf
index 28f0820..bde3a2f 100644
--- a/tests/apps/voicemail/leave_voicemail_nominal/configs/ast2/pjsip.conf
+++ b/tests/apps/voicemail/leave_voicemail_nominal/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 ;--
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 Non mapped elements start
diff --git a/tests/apps/voicemail/leave_voicemail_nominal/run-test b/tests/apps/voicemail/leave_voicemail_nominal/run-test
index 04d67b7..5b6b400 100755
--- a/tests/apps/voicemail/leave_voicemail_nominal/run-test
+++ b/tests/apps/voicemail/leave_voicemail_nominal/run-test
@@ -102,7 +102,7 @@
         super(LeaveVoicemailNominal, self).__init__()
         self.testResultsReceived = 0
         self.reactor_timeout = 45
-        self.create_asterisk(2)
+        self.create_asterisk(2, test_config={'memcheck-delay-stop': 7})
         self.test_counter = 0
         self.extensions = [1234,1234,5678,5678,9000]
 
diff --git a/tests/hep/pjsip-auth/configs/ast1/pjsip.conf b/tests/hep/pjsip-auth/configs/ast1/pjsip.conf
index 2e98e91..e15dc59 100644
--- a/tests/hep/pjsip-auth/configs/ast1/pjsip.conf
+++ b/tests/hep/pjsip-auth/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 ; We must declare a type=global object to work around a bug
 ; in earlier Asterisk versions that did not apply the defaults
 ; if no object exists.  See ASTERISK-24807
diff --git a/tests/hep/pjsip-auth/test-config.yaml b/tests/hep/pjsip-auth/test-config.yaml
index 965d652..31702fc 100644
--- a/tests/hep/pjsip-auth/test-config.yaml
+++ b/tests/hep/pjsip-auth/test-config.yaml
@@ -22,6 +22,7 @@
             config-section: hep-node-config
 
 test-object-config:
+    memcheck-delay-stop: 7
     fail-on-any: True
     test-iterations:
         -
diff --git a/tests/hep/pjsip-ipv6/configs/ast1/pjsip.conf b/tests/hep/pjsip-ipv6/configs/ast1/pjsip.conf
index 9d90f73..b8028a4 100644
--- a/tests/hep/pjsip-ipv6/configs/ast1/pjsip.conf
+++ b/tests/hep/pjsip-ipv6/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 ; We must declare a type=global object to work around a bug
 ; in earlier Asterisk versions that did not apply the defaults
 ; if no object exists.  See ASTERISK-24807
diff --git a/tests/hep/pjsip-ipv6/test-config.yaml b/tests/hep/pjsip-ipv6/test-config.yaml
index 3e3d164..a931d3b 100644
--- a/tests/hep/pjsip-ipv6/test-config.yaml
+++ b/tests/hep/pjsip-ipv6/test-config.yaml
@@ -22,6 +22,7 @@
             config-section: hep-node-config
 
 test-object-config:
+    memcheck-delay-stop: 7
     fail-on-any: True
     test-iterations:
         -
diff --git a/tests/hep/pjsip/configs/ast1/pjsip.conf b/tests/hep/pjsip/configs/ast1/pjsip.conf
index 2e98e91..e15dc59 100644
--- a/tests/hep/pjsip/configs/ast1/pjsip.conf
+++ b/tests/hep/pjsip/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 ; We must declare a type=global object to work around a bug
 ; in earlier Asterisk versions that did not apply the defaults
 ; if no object exists.  See ASTERISK-24807
diff --git a/tests/hep/pjsip/test-config.yaml b/tests/hep/pjsip/test-config.yaml
index 2935c26..e630076 100644
--- a/tests/hep/pjsip/test-config.yaml
+++ b/tests/hep/pjsip/test-config.yaml
@@ -21,6 +21,7 @@
             config-section: hep-node-config
 
 test-object-config:
+    memcheck-delay-stop: 7
     fail-on-any: True
     test-iterations:
         -
diff --git a/tests/hep/rtcp-receiver/configs/ast1/pjsip.conf b/tests/hep/rtcp-receiver/configs/ast1/pjsip.conf
index c66bf2a..5b08b38 100644
--- a/tests/hep/rtcp-receiver/configs/ast1/pjsip.conf
+++ b/tests/hep/rtcp-receiver/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/hep/rtcp-receiver/configs/ast2/pjsip.conf b/tests/hep/rtcp-receiver/configs/ast2/pjsip.conf
index d8e0bed..349fcfa 100644
--- a/tests/hep/rtcp-receiver/configs/ast2/pjsip.conf
+++ b/tests/hep/rtcp-receiver/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/hep/rtcp-receiver/test-config.yaml b/tests/hep/rtcp-receiver/test-config.yaml
index 89767d5..c4008c3 100644
--- a/tests/hep/rtcp-receiver/test-config.yaml
+++ b/tests/hep/rtcp-receiver/test-config.yaml
@@ -34,6 +34,7 @@
             typename: 'pluggable_modules.HangupMonitor'
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 
diff --git a/tests/hep/rtcp-sender/configs/ast1/pjsip.conf b/tests/hep/rtcp-sender/configs/ast1/pjsip.conf
index c66bf2a..5b08b38 100644
--- a/tests/hep/rtcp-sender/configs/ast1/pjsip.conf
+++ b/tests/hep/rtcp-sender/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/hep/rtcp-sender/configs/ast2/pjsip.conf b/tests/hep/rtcp-sender/configs/ast2/pjsip.conf
index d8e0bed..349fcfa 100644
--- a/tests/hep/rtcp-sender/configs/ast2/pjsip.conf
+++ b/tests/hep/rtcp-sender/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/hep/rtcp-sender/test-config.yaml b/tests/hep/rtcp-sender/test-config.yaml
index 809242b..c4e32c6 100644
--- a/tests/hep/rtcp-sender/test-config.yaml
+++ b/tests/hep/rtcp-sender/test-config.yaml
@@ -32,6 +32,7 @@
             typename: 'pluggable_modules.HangupMonitor'
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 
diff --git a/tests/pbx/accountcode/dial_none/configs/ast1/pjsip.conf b/tests/pbx/accountcode/dial_none/configs/ast1/pjsip.conf
index 4bd318d..b68948b 100644
--- a/tests/pbx/accountcode/dial_none/configs/ast1/pjsip.conf
+++ b/tests/pbx/accountcode/dial_none/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 bind=127.0.0.1
diff --git a/tests/pbx/accountcode/dial_none/test-config.yaml b/tests/pbx/accountcode/dial_none/test-config.yaml
index 079f740..3edd350 100644
--- a/tests/pbx/accountcode/dial_none/test-config.yaml
+++ b/tests/pbx/accountcode/dial_none/test-config.yaml
@@ -20,6 +20,7 @@
             typename: 'pluggable_modules.AMIChannelHangup'
 
 test-object-config:
+    memcheck-delay-stop: 7
     spawn-after-hangup: True
     test-iterations:
         -
diff --git a/tests/pbx/accountcode/dial_peer_none/configs/ast1/pjsip.conf b/tests/pbx/accountcode/dial_peer_none/configs/ast1/pjsip.conf
index 9509230..072ff37 100644
--- a/tests/pbx/accountcode/dial_peer_none/configs/ast1/pjsip.conf
+++ b/tests/pbx/accountcode/dial_peer_none/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 bind=127.0.0.1
diff --git a/tests/pbx/accountcode/dial_peer_none/test-config.yaml b/tests/pbx/accountcode/dial_peer_none/test-config.yaml
index e82583a..312d99b 100644
--- a/tests/pbx/accountcode/dial_peer_none/test-config.yaml
+++ b/tests/pbx/accountcode/dial_peer_none/test-config.yaml
@@ -21,6 +21,7 @@
             typename: 'pluggable_modules.AMIChannelHangup'
 
 test-object-config:
+    memcheck-delay-stop: 7
     spawn-after-hangup: True
     test-iterations:
         -
diff --git a/tests/pbx/accountcode/dial_peer_override/configs/ast1/pjsip.conf b/tests/pbx/accountcode/dial_peer_override/configs/ast1/pjsip.conf
index 4bd318d..b68948b 100644
--- a/tests/pbx/accountcode/dial_peer_override/configs/ast1/pjsip.conf
+++ b/tests/pbx/accountcode/dial_peer_override/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 bind=127.0.0.1
diff --git a/tests/pbx/accountcode/dial_peer_override/test-config.yaml b/tests/pbx/accountcode/dial_peer_override/test-config.yaml
index d5d3713..4d5da45 100644
--- a/tests/pbx/accountcode/dial_peer_override/test-config.yaml
+++ b/tests/pbx/accountcode/dial_peer_override/test-config.yaml
@@ -21,6 +21,7 @@
             typename: 'pluggable_modules.AMIChannelHangup'
 
 test-object-config:
+    memcheck-delay-stop: 7
     spawn-after-hangup: True
     test-iterations:
         -
diff --git a/tests/pbx/accountcode/dial_predial/configs/ast1/pjsip.conf b/tests/pbx/accountcode/dial_predial/configs/ast1/pjsip.conf
index 4bd318d..b68948b 100644
--- a/tests/pbx/accountcode/dial_predial/configs/ast1/pjsip.conf
+++ b/tests/pbx/accountcode/dial_predial/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 bind=127.0.0.1
diff --git a/tests/pbx/accountcode/dial_predial/test-config.yaml b/tests/pbx/accountcode/dial_predial/test-config.yaml
index 0f21809..60ea564 100644
--- a/tests/pbx/accountcode/dial_predial/test-config.yaml
+++ b/tests/pbx/accountcode/dial_predial/test-config.yaml
@@ -21,6 +21,7 @@
             typename: 'pluggable_modules.AMIChannelHangup'
 
 test-object-config:
+    memcheck-delay-stop: 7
     spawn-after-hangup: True
     test-iterations:
         -
diff --git a/tests/pbx/accountcode/dial_straight_none/configs/ast1/pjsip.conf b/tests/pbx/accountcode/dial_straight_none/configs/ast1/pjsip.conf
index 9509230..072ff37 100644
--- a/tests/pbx/accountcode/dial_straight_none/configs/ast1/pjsip.conf
+++ b/tests/pbx/accountcode/dial_straight_none/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 bind=127.0.0.1
diff --git a/tests/pbx/accountcode/dial_straight_none/test-config.yaml b/tests/pbx/accountcode/dial_straight_none/test-config.yaml
index aed1c1f..0d098fe 100644
--- a/tests/pbx/accountcode/dial_straight_none/test-config.yaml
+++ b/tests/pbx/accountcode/dial_straight_none/test-config.yaml
@@ -21,6 +21,7 @@
             typename: 'pluggable_modules.AMIChannelHangup'
 
 test-object-config:
+    memcheck-delay-stop: 7
     spawn-after-hangup: True
     test-iterations:
         -
diff --git a/tests/pbx/accountcode/dial_straight_override/configs/ast1/pjsip.conf b/tests/pbx/accountcode/dial_straight_override/configs/ast1/pjsip.conf
index 4bd318d..b68948b 100644
--- a/tests/pbx/accountcode/dial_straight_override/configs/ast1/pjsip.conf
+++ b/tests/pbx/accountcode/dial_straight_override/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 bind=127.0.0.1
diff --git a/tests/pbx/accountcode/dial_straight_override/test-config.yaml b/tests/pbx/accountcode/dial_straight_override/test-config.yaml
index 66692e3..9af44ac 100644
--- a/tests/pbx/accountcode/dial_straight_override/test-config.yaml
+++ b/tests/pbx/accountcode/dial_straight_override/test-config.yaml
@@ -21,6 +21,7 @@
             typename: 'pluggable_modules.AMIChannelHangup'
 
 test-object-config:
+    memcheck-delay-stop: 7
     spawn-after-hangup: True
     test-iterations:
         -
diff --git a/tests/pbx/accountcode/queue_none/configs/ast1/pjsip.conf b/tests/pbx/accountcode/queue_none/configs/ast1/pjsip.conf
index 4bd318d..b68948b 100644
--- a/tests/pbx/accountcode/queue_none/configs/ast1/pjsip.conf
+++ b/tests/pbx/accountcode/queue_none/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 bind=127.0.0.1
diff --git a/tests/pbx/accountcode/queue_none/test-config.yaml b/tests/pbx/accountcode/queue_none/test-config.yaml
index f06e83b..2005000 100644
--- a/tests/pbx/accountcode/queue_none/test-config.yaml
+++ b/tests/pbx/accountcode/queue_none/test-config.yaml
@@ -20,6 +20,7 @@
             typename: 'pluggable_modules.AMIChannelHangup'
 
 test-object-config:
+    memcheck-delay-stop: 7
     spawn-after-hangup: True
     test-iterations:
         -
diff --git a/tests/pbx/accountcode/queue_peer_none/configs/ast1/pjsip.conf b/tests/pbx/accountcode/queue_peer_none/configs/ast1/pjsip.conf
index 9509230..072ff37 100644
--- a/tests/pbx/accountcode/queue_peer_none/configs/ast1/pjsip.conf
+++ b/tests/pbx/accountcode/queue_peer_none/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 bind=127.0.0.1
diff --git a/tests/pbx/accountcode/queue_peer_none/test-config.yaml b/tests/pbx/accountcode/queue_peer_none/test-config.yaml
index 61b681b..a8a7153 100644
--- a/tests/pbx/accountcode/queue_peer_none/test-config.yaml
+++ b/tests/pbx/accountcode/queue_peer_none/test-config.yaml
@@ -21,6 +21,7 @@
             typename: 'pluggable_modules.AMIChannelHangup'
 
 test-object-config:
+    memcheck-delay-stop: 7
     spawn-after-hangup: True
     test-iterations:
         -
diff --git a/tests/pbx/accountcode/queue_peer_preserve/configs/ast1/pjsip.conf b/tests/pbx/accountcode/queue_peer_preserve/configs/ast1/pjsip.conf
index 4bd318d..b68948b 100644
--- a/tests/pbx/accountcode/queue_peer_preserve/configs/ast1/pjsip.conf
+++ b/tests/pbx/accountcode/queue_peer_preserve/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 bind=127.0.0.1
diff --git a/tests/pbx/accountcode/queue_peer_preserve/test-config.yaml b/tests/pbx/accountcode/queue_peer_preserve/test-config.yaml
index e8649b0..8e9ba3b 100644
--- a/tests/pbx/accountcode/queue_peer_preserve/test-config.yaml
+++ b/tests/pbx/accountcode/queue_peer_preserve/test-config.yaml
@@ -20,6 +20,7 @@
             typename: 'pluggable_modules.AMIChannelHangup'
 
 test-object-config:
+    memcheck-delay-stop: 7
     spawn-after-hangup: True
     test-iterations:
         -
diff --git a/tests/rest_api/applications/channel-subscriptions/originate_to_dialplan/non_local_channels/configs/ast1/pjsip.conf b/tests/rest_api/applications/channel-subscriptions/originate_to_dialplan/non_local_channels/configs/ast1/pjsip.conf
index 2b37c2f..1f2bd83 100644
--- a/tests/rest_api/applications/channel-subscriptions/originate_to_dialplan/non_local_channels/configs/ast1/pjsip.conf
+++ b/tests/rest_api/applications/channel-subscriptions/originate_to_dialplan/non_local_channels/configs/ast1/pjsip.conf
@@ -1,10 +1,12 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
 
-[system]
-type=system
-
 [local]
 type=transport
 protocol=udp
diff --git a/tests/rest_api/applications/channel-subscriptions/originate_to_dialplan/non_local_channels/test-config.yaml b/tests/rest_api/applications/channel-subscriptions/originate_to_dialplan/non_local_channels/test-config.yaml
index 07c6e6d..01183b0 100644
--- a/tests/rest_api/applications/channel-subscriptions/originate_to_dialplan/non_local_channels/test-config.yaml
+++ b/tests/rest_api/applications/channel-subscriptions/originate_to_dialplan/non_local_channels/test-config.yaml
@@ -61,6 +61,7 @@
             transport: 'local-ipv4-1'
 
 originate-config:
+    memcheck-delay-stop: 7
     apps: testsuite
     test-iterations:
         -
diff --git a/tests/rest_api/applications/channel-subscriptions/originate_to_other_stasis_app/non_local_channels/configs/ast1/pjsip.conf b/tests/rest_api/applications/channel-subscriptions/originate_to_other_stasis_app/non_local_channels/configs/ast1/pjsip.conf
index 2b37c2f..1f2bd83 100644
--- a/tests/rest_api/applications/channel-subscriptions/originate_to_other_stasis_app/non_local_channels/configs/ast1/pjsip.conf
+++ b/tests/rest_api/applications/channel-subscriptions/originate_to_other_stasis_app/non_local_channels/configs/ast1/pjsip.conf
@@ -1,10 +1,12 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
 
-[system]
-type=system
-
 [local]
 type=transport
 protocol=udp
diff --git a/tests/rest_api/applications/channel-subscriptions/originate_to_other_stasis_app/non_local_channels/run-test b/tests/rest_api/applications/channel-subscriptions/originate_to_other_stasis_app/non_local_channels/run-test
index 8d0e9c8..fc52843 100755
--- a/tests/rest_api/applications/channel-subscriptions/originate_to_other_stasis_app/non_local_channels/run-test
+++ b/tests/rest_api/applications/channel-subscriptions/originate_to_other_stasis_app/non_local_channels/run-test
@@ -167,7 +167,7 @@
     def __init__(self):
         """Constructor"""
         super(OriginateToDifferentApp, self).__init__()
-        self.create_asterisk(count=1)
+        self.create_asterisk(count=1, test_config={'memcheck-delay-stop': 7})
         self.phone_controller = None
         self.protocols = []
         # Name of apps to create
diff --git a/tests/rtp/strict_rtp/strict_rtp_yes/configs/ast1/pjsip.conf b/tests/rtp/strict_rtp/strict_rtp_yes/configs/ast1/pjsip.conf
index 21b9693..dc6527f 100644
--- a/tests/rtp/strict_rtp/strict_rtp_yes/configs/ast1/pjsip.conf
+++ b/tests/rtp/strict_rtp/strict_rtp_yes/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/rtp/strict_rtp/strict_rtp_yes/configs/ast2/pjsip.conf b/tests/rtp/strict_rtp/strict_rtp_yes/configs/ast2/pjsip.conf
index 32ff3ca..d37030e 100644
--- a/tests/rtp/strict_rtp/strict_rtp_yes/configs/ast2/pjsip.conf
+++ b/tests/rtp/strict_rtp/strict_rtp_yes/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/rtp/strict_rtp/strict_rtp_yes/test-config.yaml b/tests/rtp/strict_rtp/strict_rtp_yes/test-config.yaml
index adf8d10..78c318d 100644
--- a/tests/rtp/strict_rtp/strict_rtp_yes/test-config.yaml
+++ b/tests/rtp/strict_rtp/strict_rtp_yes/test-config.yaml
@@ -26,6 +26,7 @@
             config-section: dummy-config
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 

-- 
To view, visit https://gerrit.asterisk.org/10461
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 13
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie7bd2869edba64ffe69217e238e8781904e858aa
Gerrit-Change-Number: 10461
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2 (1000185)
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/20181016/0b494b1c/attachment-0001.html>


More information about the asterisk-code-review mailing list