[Asterisk-code-review] channels/pjsip: Add memcheck-delay-stop. (testsuite[master])

Jenkins2 asteriskteam at digium.com
Wed Jan 3 06:57:16 CST 2018


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

Change subject: channels/pjsip: Add memcheck-delay-stop.
......................................................................

channels/pjsip: Add memcheck-delay-stop.

* rtcp
* rtp

This allows these pjsip tests to pass with REF_DEBUG enabled.

ASTERISK-27306

Change-Id: Ia394cb81abd32dbf94f600381fc17345cb2eeb6c
---
M tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/test-config.yaml
M tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/test-config.yaml
M tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/test-config.yaml
M tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/test-config.yaml
M tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/test-config.yaml
M tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/test-config.yaml
M tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/test-config.yaml
M tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/test-config.yaml
M tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/test-config.yaml
M tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/test-config.yaml
M tests/channels/pjsip/rtp/bind_rtp_to_media_address/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtp/bind_rtp_to_media_address/test-config.yaml
M tests/channels/pjsip/rtp/rtp_keepalive/base/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtp/rtp_keepalive/base/test-config.yaml
M tests/channels/pjsip/rtp/rtp_keepalive/direct_media/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtp/rtp_keepalive/direct_media/test-config.yaml
M tests/channels/pjsip/rtp/timeout/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtp/timeout/test-config.yaml
M tests/channels/pjsip/rtp/timeout_hold/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtp/timeout_hold/test-config.yaml
38 files changed, 130 insertions(+), 0 deletions(-)

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



diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf
index 9e3c031..854e9f5 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf
index 20f639b..fe762d3 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/test-config.yaml
index 3305064..0e439f9 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/test-config.yaml
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/test-config.yaml
@@ -22,6 +22,7 @@
             typename: 'pluggable_modules.HangupMonitor'
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf
index 8f2d9eb..6bd5d16 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf
index 499d6e4..47d66ff 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/test-config.yaml
index 57455d0..f2faff2 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/test-config.yaml
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/test-config.yaml
@@ -23,6 +23,7 @@
             typename: 'pluggable_modules.HangupMonitor'
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf
index 8124756..89f70b3 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf
index dd78386..58ecc7d 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/test-config.yaml
index 8a52e6a..0e52fa0 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/test-config.yaml
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/test-config.yaml
@@ -22,6 +22,7 @@
             typename: 'pluggable_modules.HangupMonitor'
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf
index 57f1e7e..b74729e 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf
index dc4fcb8..d3877e0 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/test-config.yaml
index 79f149d..c53bd79 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/test-config.yaml
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/test-config.yaml
@@ -23,6 +23,7 @@
             typename: 'pluggable_modules.HangupMonitor'
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf
index 9e3c031..854e9f5 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf
index dd78386..58ecc7d 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/test-config.yaml
index 7eb7d51..c477bf8 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/test-config.yaml
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/test-config.yaml
@@ -20,6 +20,7 @@
             typename: 'pluggable_modules.HangupMonitor'
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf
index 8f2d9eb..6bd5d16 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf
index dc4fcb8..d3877e0 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/test-config.yaml
index 5230184..07508e3 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/test-config.yaml
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/test-config.yaml
@@ -21,6 +21,7 @@
             typename: 'pluggable_modules.HangupMonitor'
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf
index 8124756..89f70b3 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf
index 20f639b..fe762d3 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/test-config.yaml
index 0e29e69..85cf300 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/test-config.yaml
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/test-config.yaml
@@ -20,6 +20,7 @@
             typename: 'pluggable_modules.HangupMonitor'
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf
index 57f1e7e..b74729e 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf
index 499d6e4..47d66ff 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 debug=yes
 
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/test-config.yaml
index 0ed2dde..699b48f 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/test-config.yaml
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/test-config.yaml
@@ -21,6 +21,7 @@
             typename: 'pluggable_modules.HangupMonitor'
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 
diff --git a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/configs/ast1/pjsip.conf
index 54ae503..9009f2c 100644
--- a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-template](!)
 type=transport
 bind=127.0.0.1:5060
diff --git a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/test-config.yaml b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/test-config.yaml
index dea8d1e..d605b05 100644
--- a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/test-config.yaml
+++ b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/test-config.yaml
@@ -23,6 +23,7 @@
     asterisk-instances: 1
 
 sipp-config:
+    memcheck-delay-stop: 7
     fail-on-any: True
     stop-after-scenarios: false
     test-iterations:
diff --git a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/configs/ast1/pjsip.conf
index 619a0a7..a68ef4b 100644
--- a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-template](!)
 type=transport
 bind=127.0.0.1:5060
diff --git a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/test-config.yaml b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/test-config.yaml
index 9c2902b..4e74b0f 100644
--- a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/test-config.yaml
+++ b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/test-config.yaml
@@ -23,6 +23,7 @@
     asterisk-instances: 1
 
 sipp-config:
+    memcheck-delay-stop: 7
     fail-on-any: True
     stop-after-scenarios: false
     test-iterations:
diff --git a/tests/channels/pjsip/rtp/bind_rtp_to_media_address/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/bind_rtp_to_media_address/configs/ast1/pjsip.conf
index 1156c59..0a01389 100644
--- a/tests/channels/pjsip/rtp/bind_rtp_to_media_address/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtp/bind_rtp_to_media_address/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-template](!)
 type=transport
 bind=127.0.0.3:5060
diff --git a/tests/channels/pjsip/rtp/bind_rtp_to_media_address/test-config.yaml b/tests/channels/pjsip/rtp/bind_rtp_to_media_address/test-config.yaml
index e939705..3434e46 100644
--- a/tests/channels/pjsip/rtp/bind_rtp_to_media_address/test-config.yaml
+++ b/tests/channels/pjsip/rtp/bind_rtp_to_media_address/test-config.yaml
@@ -18,6 +18,7 @@
             typename: 'rtp.PacketSourceCheck'
 
 sipp-config:
+    memcheck-delay-stop: 7
     fail-on-any: True
     test-iterations:
         -
diff --git a/tests/channels/pjsip/rtp/rtp_keepalive/base/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/rtp_keepalive/base/configs/ast1/pjsip.conf
index fc5874f..ef7d775 100644
--- a/tests/channels/pjsip/rtp/rtp_keepalive/base/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtp/rtp_keepalive/base/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/channels/pjsip/rtp/rtp_keepalive/base/test-config.yaml b/tests/channels/pjsip/rtp/rtp_keepalive/base/test-config.yaml
index 5d12d26..6447fe0 100644
--- a/tests/channels/pjsip/rtp/rtp_keepalive/base/test-config.yaml
+++ b/tests/channels/pjsip/rtp/rtp_keepalive/base/test-config.yaml
@@ -18,6 +18,7 @@
             typename: 'rtp.KeepaliveCheck'
 
 sipp-config:
+    memcheck-delay-stop: 7
     fail-on-any: True
     test-iterations:
         -
diff --git a/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/configs/ast1/pjsip.conf
index 867b055..c5f76d6 100644
--- a/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/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/channels/pjsip/rtp/rtp_keepalive/direct_media/test-config.yaml b/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/test-config.yaml
index f5496e8..1bbfee4 100644
--- a/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/test-config.yaml
+++ b/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/test-config.yaml
@@ -16,6 +16,7 @@
             typename: 'rtp.KeepaliveCheck'
 
 sipp-config:
+    memcheck-delay-stop: 7
     fail-on-any: True
     test-iterations:
         -
diff --git a/tests/channels/pjsip/rtp/timeout/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/timeout/configs/ast1/pjsip.conf
index f54a8e2..84e1451 100644
--- a/tests/channels/pjsip/rtp/timeout/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtp/timeout/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [main-transport]
 type=transport
 protocol=udp
diff --git a/tests/channels/pjsip/rtp/timeout/test-config.yaml b/tests/channels/pjsip/rtp/timeout/test-config.yaml
index 639f14a..1cff9de 100644
--- a/tests/channels/pjsip/rtp/timeout/test-config.yaml
+++ b/tests/channels/pjsip/rtp/timeout/test-config.yaml
@@ -17,6 +17,7 @@
             typename: 'ami.AMIEventModule'
 
 sipp-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/rtp/timeout_hold/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/timeout_hold/configs/ast1/pjsip.conf
index 1de9f9c..afe83c5 100644
--- a/tests/channels/pjsip/rtp/timeout_hold/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtp/timeout_hold/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [main-transport]
 type=transport
 protocol=udp
diff --git a/tests/channels/pjsip/rtp/timeout_hold/test-config.yaml b/tests/channels/pjsip/rtp/timeout_hold/test-config.yaml
index 55a7b07..011f48a 100644
--- a/tests/channels/pjsip/rtp/timeout_hold/test-config.yaml
+++ b/tests/channels/pjsip/rtp/timeout_hold/test-config.yaml
@@ -17,6 +17,7 @@
             typename: 'ami.AMIEventModule'
 
 sipp-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:

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

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia394cb81abd32dbf94f600381fc17345cb2eeb6c
Gerrit-Change-Number: 7767
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: George Joseph <gjoseph 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/20180103/6b63ebbe/attachment-0001.html>


More information about the asterisk-code-review mailing list