[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/7765 )

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

channels/pjsip: Add memcheck-delay-stop.

* nat
* one_touch_recording
* publish
* reinvite_early
* rpid_immediate
* secure_calling
* user_eq_phone
* video_calls

This allows these pjsip tests to pass with REF_DEBUG enabled.

ASTERISK-27306

Change-Id: I40c171b513a476728db157a0146c4494b6996960
---
M tests/channels/pjsip/nat/rewrite_contact/route_set_request/configs/ast1/pjsip.conf
M tests/channels/pjsip/nat/rewrite_contact/route_set_request/test-config.yaml
M tests/channels/pjsip/nat/rewrite_contact/route_set_response/configs/ast1/pjsip.conf
M tests/channels/pjsip/nat/rewrite_contact/route_set_response/test-config.yaml
M tests/channels/pjsip/one_touch_recording/endpoint_config/configs/ast1/pjsip.conf
M tests/channels/pjsip/one_touch_recording/endpoint_config/test-config.yaml
M tests/channels/pjsip/one_touch_recording/features_config/features_configured/configs/ast1/pjsip.conf
M tests/channels/pjsip/one_touch_recording/features_config/features_configured/test-config.yaml
M tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/configs/ast1/pjsip.conf
M tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/test-config.yaml
M tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast1/pjsip.conf
M tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast2/pjsip.conf
M tests/channels/pjsip/publish/asterisk_event_devicestate/test-config.yaml
M tests/channels/pjsip/reinvite_early/configs/ast1/pjsip.conf
M tests/channels/pjsip/reinvite_early/test-config.yaml
M tests/channels/pjsip/rpid_immediate/configs/ast1/pjsip.conf
M tests/channels/pjsip/rpid_immediate/test-config.yaml
M tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf
M tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml
M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf
M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml
M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf
M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml
M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf
M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml
M tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf
M tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml
M tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf
M tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml
M tests/channels/pjsip/set_var/configs/ast1/pjsip.conf
M tests/channels/pjsip/set_var/test-config.yaml
M tests/channels/pjsip/transport/symmetric/invite/configs/ast1/pjsip.conf
M tests/channels/pjsip/transport/symmetric/invite/test-config.yaml
M tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf
M tests/channels/pjsip/transport/symmetric/notify/test-config.yaml
M tests/channels/pjsip/user_eq_phone/configs/ast1/pjsip.conf
M tests/channels/pjsip/user_eq_phone/test-config.yaml
M tests/channels/pjsip/video_calls/fast_picture_update/configs/ast1/pjsip.conf
M tests/channels/pjsip/video_calls/fast_picture_update/test-config.yaml
39 files changed, 118 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/nat/rewrite_contact/route_set_request/configs/ast1/pjsip.conf b/tests/channels/pjsip/nat/rewrite_contact/route_set_request/configs/ast1/pjsip.conf
index 7b8b95d..f2ec207 100644
--- a/tests/channels/pjsip/nat/rewrite_contact/route_set_request/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/nat/rewrite_contact/route_set_request/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local]
 type = transport
 bind = 127.0.0.1:5060
diff --git a/tests/channels/pjsip/nat/rewrite_contact/route_set_request/test-config.yaml b/tests/channels/pjsip/nat/rewrite_contact/route_set_request/test-config.yaml
index baa7187..53f5319 100644
--- a/tests/channels/pjsip/nat/rewrite_contact/route_set_request/test-config.yaml
+++ b/tests/channels/pjsip/nat/rewrite_contact/route_set_request/test-config.yaml
@@ -16,6 +16,7 @@
         typename: 'sipp.SIPpAMIActionTestCase'
 
 sipp-config:
+    memcheck-delay-stop: 7
     fail-on-any: True
     test-iterations:
         -
diff --git a/tests/channels/pjsip/nat/rewrite_contact/route_set_response/configs/ast1/pjsip.conf b/tests/channels/pjsip/nat/rewrite_contact/route_set_response/configs/ast1/pjsip.conf
index 2f6fe6e..e2330b0 100644
--- a/tests/channels/pjsip/nat/rewrite_contact/route_set_response/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/nat/rewrite_contact/route_set_response/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local]
 type = transport
 bind = 127.0.0.1:5060
diff --git a/tests/channels/pjsip/nat/rewrite_contact/route_set_response/test-config.yaml b/tests/channels/pjsip/nat/rewrite_contact/route_set_response/test-config.yaml
index bc2a671..5c16eac 100644
--- a/tests/channels/pjsip/nat/rewrite_contact/route_set_response/test-config.yaml
+++ b/tests/channels/pjsip/nat/rewrite_contact/route_set_response/test-config.yaml
@@ -13,6 +13,7 @@
         typename: 'sipp.SIPpAMIActionTestCase'
 
 sipp-config:
+    memcheck-delay-stop: 7
     fail-on-any: True
     test-iterations:
         -
diff --git a/tests/channels/pjsip/one_touch_recording/endpoint_config/configs/ast1/pjsip.conf b/tests/channels/pjsip/one_touch_recording/endpoint_config/configs/ast1/pjsip.conf
index 383db55..5915107 100644
--- a/tests/channels/pjsip/one_touch_recording/endpoint_config/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/one_touch_recording/endpoint_config/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
diff --git a/tests/channels/pjsip/one_touch_recording/endpoint_config/test-config.yaml b/tests/channels/pjsip/one_touch_recording/endpoint_config/test-config.yaml
index 59e742a..9e93f2d 100644
--- a/tests/channels/pjsip/one_touch_recording/endpoint_config/test-config.yaml
+++ b/tests/channels/pjsip/one_touch_recording/endpoint_config/test-config.yaml
@@ -12,6 +12,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/one_touch_recording/features_config/features_configured/configs/ast1/pjsip.conf b/tests/channels/pjsip/one_touch_recording/features_config/features_configured/configs/ast1/pjsip.conf
index d54b09a..2b8ff05 100644
--- a/tests/channels/pjsip/one_touch_recording/features_config/features_configured/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/one_touch_recording/features_config/features_configured/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
diff --git a/tests/channels/pjsip/one_touch_recording/features_config/features_configured/test-config.yaml b/tests/channels/pjsip/one_touch_recording/features_config/features_configured/test-config.yaml
index 39ed16f..59fa107 100644
--- a/tests/channels/pjsip/one_touch_recording/features_config/features_configured/test-config.yaml
+++ b/tests/channels/pjsip/one_touch_recording/features_config/features_configured/test-config.yaml
@@ -11,6 +11,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/configs/ast1/pjsip.conf b/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/configs/ast1/pjsip.conf
index d54b09a..2b8ff05 100644
--- a/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/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
diff --git a/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/test-config.yaml b/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/test-config.yaml
index 02d9fb1..88aaa1c 100644
--- a/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/test-config.yaml
+++ b/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/test-config.yaml
@@ -11,6 +11,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast1/pjsip.conf b/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast1/pjsip.conf
index 859c322..0f75792 100644
--- a/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [main-transport]
 type=transport
 bind = 127.0.0.1:5060
diff --git a/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast2/pjsip.conf b/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast2/pjsip.conf
index 9a9bd31..1ab2e28 100644
--- a/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [main-transport]
 type=transport
 bind = 127.0.0.1:5061
diff --git a/tests/channels/pjsip/publish/asterisk_event_devicestate/test-config.yaml b/tests/channels/pjsip/publish/asterisk_event_devicestate/test-config.yaml
index f57b902..276b4fd 100644
--- a/tests/channels/pjsip/publish/asterisk_event_devicestate/test-config.yaml
+++ b/tests/channels/pjsip/publish/asterisk_event_devicestate/test-config.yaml
@@ -32,6 +32,7 @@
             typename: 'ami.AMIEventModule'
 
 test-object-config:
+    memcheck-delay-stop: 7
     asterisk-instances: 2
     connect-ami: True
 
diff --git a/tests/channels/pjsip/reinvite_early/configs/ast1/pjsip.conf b/tests/channels/pjsip/reinvite_early/configs/ast1/pjsip.conf
index 9d4ec8b..68bcd4b 100644
--- a/tests/channels/pjsip/reinvite_early/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/reinvite_early/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/reinvite_early/test-config.yaml b/tests/channels/pjsip/reinvite_early/test-config.yaml
index aa95249..ccc9dd2 100644
--- a/tests/channels/pjsip/reinvite_early/test-config.yaml
+++ b/tests/channels/pjsip/reinvite_early/test-config.yaml
@@ -24,6 +24,7 @@
             typename: 'ami.AMIEventModule'
 
 sipp-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/rpid_immediate/configs/ast1/pjsip.conf b/tests/channels/pjsip/rpid_immediate/configs/ast1/pjsip.conf
index ee95dc4..9fb34d9 100644
--- a/tests/channels/pjsip/rpid_immediate/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rpid_immediate/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/rpid_immediate/test-config.yaml b/tests/channels/pjsip/rpid_immediate/test-config.yaml
index 31f3497..7f83936 100644
--- a/tests/channels/pjsip/rpid_immediate/test-config.yaml
+++ b/tests/channels/pjsip/rpid_immediate/test-config.yaml
@@ -15,6 +15,7 @@
 
 
 test-object-config:
+    memcheck-delay-stop: 7
     spawn-after-hangup: True
     test-iterations:
         -
diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf
index 4939a57..0e07589 100644
--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-udp]
 protocol=udp
 type=transport
diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml
index 0452116..ef3fbe3 100644
--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml
@@ -9,6 +9,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf
index e3569ca..fdf70a4 100644
--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-udp]
 protocol=udp
 type=transport
diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml
index de880db..8e633aa 100644
--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml
@@ -9,6 +9,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf
index e3569ca..fdf70a4 100644
--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-udp]
 protocol=udp
 type=transport
diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml
index 3bad741..ad056f6 100644
--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml
@@ -9,6 +9,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf
index e3569ca..fdf70a4 100644
--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-udp]
 protocol=udp
 type=transport
diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml
index fe73b3d..5de7144 100644
--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml
@@ -9,6 +9,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf
index 67f3751..f1bad8b 100644
--- a/tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-udp]
 protocol=udp
 type=transport
diff --git a/tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml b/tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml
index 2d77788..c3a626d 100644
--- a/tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml
@@ -40,6 +40,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf
index 502ff4a..2dab358 100644
--- a/tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-udp]
 protocol=udp
 type=transport
diff --git a/tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml b/tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml
index c0cc9cd..de8705f 100644
--- a/tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml
+++ b/tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml
@@ -13,6 +13,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/set_var/configs/ast1/pjsip.conf b/tests/channels/pjsip/set_var/configs/ast1/pjsip.conf
index c68bb91..e0788b6 100644
--- a/tests/channels/pjsip/set_var/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/set_var/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local]
 type=transport
 protocol=udp
diff --git a/tests/channels/pjsip/set_var/test-config.yaml b/tests/channels/pjsip/set_var/test-config.yaml
index 68b0812..d8d2461 100644
--- a/tests/channels/pjsip/set_var/test-config.yaml
+++ b/tests/channels/pjsip/set_var/test-config.yaml
@@ -23,6 +23,7 @@
             typename: 'ami.AMIEventModule'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
              scenarios:
diff --git a/tests/channels/pjsip/transport/symmetric/invite/configs/ast1/pjsip.conf b/tests/channels/pjsip/transport/symmetric/invite/configs/ast1/pjsip.conf
index 61a3430..1fb53e8 100644
--- a/tests/channels/pjsip/transport/symmetric/invite/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/transport/symmetric/invite/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-5066]
 type=transport
 bind=127.0.0.1:5066
diff --git a/tests/channels/pjsip/transport/symmetric/invite/test-config.yaml b/tests/channels/pjsip/transport/symmetric/invite/test-config.yaml
index e3930b8..31a55ce 100644
--- a/tests/channels/pjsip/transport/symmetric/invite/test-config.yaml
+++ b/tests/channels/pjsip/transport/symmetric/invite/test-config.yaml
@@ -38,6 +38,7 @@
     trigger: 'ami_connect'
 
 sipp-config:
+    memcheck-delay-stop: 7
     reactor-timeout: 15
     fail-on-any: True
     test-iterations:
diff --git a/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf b/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf
index 803e212..f19e2f2 100644
--- a/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-5066]
 type=transport
 bind=127.0.0.1:5066
diff --git a/tests/channels/pjsip/transport/symmetric/notify/test-config.yaml b/tests/channels/pjsip/transport/symmetric/notify/test-config.yaml
index 154e115..280491f 100644
--- a/tests/channels/pjsip/transport/symmetric/notify/test-config.yaml
+++ b/tests/channels/pjsip/transport/symmetric/notify/test-config.yaml
@@ -34,6 +34,7 @@
         typename: 'sipp.SIPpTestCase'
 
 sipp-config:
+    memcheck-delay-stop: 7
     reactor-timeout: 15
     fail-on-any: True
     test-iterations:
diff --git a/tests/channels/pjsip/user_eq_phone/configs/ast1/pjsip.conf b/tests/channels/pjsip/user_eq_phone/configs/ast1/pjsip.conf
index c3b97ce..f810a59 100644
--- a/tests/channels/pjsip/user_eq_phone/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/user_eq_phone/configs/ast1/pjsip.conf
@@ -1,3 +1,7 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
 
 [transport-udp]
 type=transport
diff --git a/tests/channels/pjsip/user_eq_phone/test-config.yaml b/tests/channels/pjsip/user_eq_phone/test-config.yaml
index 06b5724..e8267cd 100644
--- a/tests/channels/pjsip/user_eq_phone/test-config.yaml
+++ b/tests/channels/pjsip/user_eq_phone/test-config.yaml
@@ -19,6 +19,7 @@
             typename: 'pluggable_modules.Originator'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:
diff --git a/tests/channels/pjsip/video_calls/fast_picture_update/configs/ast1/pjsip.conf b/tests/channels/pjsip/video_calls/fast_picture_update/configs/ast1/pjsip.conf
index e6fb2b8..e8e9b9a 100644
--- a/tests/channels/pjsip/video_calls/fast_picture_update/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/video_calls/fast_picture_update/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local]
 type=transport
 protocol=udp
diff --git a/tests/channels/pjsip/video_calls/fast_picture_update/test-config.yaml b/tests/channels/pjsip/video_calls/fast_picture_update/test-config.yaml
index 7ba46f2..5b8ba8c 100644
--- a/tests/channels/pjsip/video_calls/fast_picture_update/test-config.yaml
+++ b/tests/channels/pjsip/video_calls/fast_picture_update/test-config.yaml
@@ -13,6 +13,7 @@
             typename: 'ami.AMIEventModule'
 
 test-object-config:
+    memcheck-delay-stop: 7
     test-iterations:
         -
             scenarios:

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

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I40c171b513a476728db157a0146c4494b6996960
Gerrit-Change-Number: 7765
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/7a2a2181/attachment-0001.html>


More information about the asterisk-code-review mailing list