<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7766">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">channels/pjsip/registration: Add memcheck-delay-stop.<br><br>This allows these pjsip tests to pass with REF_DEBUG enabled.<br><br>ASTERISK-27306<br><br>Change-Id: I3f2b74ff00b55def10fd03739b82e863ab1fc6ff<br>---<br>M tests/channels/pjsip/registration/inbound/nominal/config_options/maximum_expiration/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/config_options/maximum_expiration/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/nominal/config_options/minimum_expiration/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/config_options/minimum_expiration/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/nominal/mixed/unauthed/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/mixed/unauthed/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed_drop_options/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed_drop_options/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/nominal/single_contact/authed/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/single_contact/authed/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed_drop_options/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed_drop_options/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/nominal/unregister/all_contacts/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/unregister/all_contacts/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/nominal/unregister/multiple_contacts/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/unregister/multiple_contacts/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/nominal/unregister/single_contact/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/nominal/unregister/single_contact/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/off-nominal/max_contacts/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/off-nominal/max_contacts/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/off-nominal/no_contact_header/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/off-nominal/no_contact_header/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/off-nominal/unregister/no_expires_header/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/off-nominal/unregister/no_expires_header/test-config.yaml<br>M tests/channels/pjsip/registration/inbound/off-nominal/wrong_password/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/registration/inbound/off-nominal/wrong_password/test-config.yaml<br>32 files changed, 97 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/tests/channels/pjsip/registration/inbound/nominal/config_options/maximum_expiration/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/config_options/maximum_expiration/configs/ast1/pjsip.conf<br>index 9299181..805d8f5 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/config_options/maximum_expiration/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/config_options/maximum_expiration/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/config_options/maximum_expiration/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/config_options/maximum_expiration/test-config.yaml<br>index 30d509c..7b9d0f6 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/config_options/maximum_expiration/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/config_options/maximum_expiration/test-config.yaml<br>@@ -17,6 +17,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     reactor-timeout: 10<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/config_options/minimum_expiration/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/config_options/minimum_expiration/configs/ast1/pjsip.conf<br>index aa94dc6..66a43cc 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/config_options/minimum_expiration/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/config_options/minimum_expiration/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/config_options/minimum_expiration/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/config_options/minimum_expiration/test-config.yaml<br>index 2f336db..0902ff0 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/config_options/minimum_expiration/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/config_options/minimum_expiration/test-config.yaml<br>@@ -17,6 +17,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     reactor-timeout: 10<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/configs/ast1/pjsip.conf<br>index 07b5f01..13a7435 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/test-config.yaml<br>index a97c71e..364222e 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/test-config.yaml<br>@@ -46,6 +46,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config-v12:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     test-iterations:<br>         -<br>@@ -277,6 +278,7 @@<br>         count: '1'<br> <br> test-object-config-v13.18.0:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/mixed/unauthed/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/mixed/unauthed/configs/ast1/pjsip.conf<br>index 9a86ca1..add89cd 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/mixed/unauthed/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/mixed/unauthed/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/mixed/unauthed/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/mixed/unauthed/test-config.yaml<br>index 8ae3ebc..8cc0f37 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/mixed/unauthed/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/mixed/unauthed/test-config.yaml<br>@@ -17,6 +17,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed/configs/ast1/pjsip.conf<br>index 9a86ca1..add89cd 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed/test-config.yaml<br>index 81ea388..021507c 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed/test-config.yaml<br>@@ -16,6 +16,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed_drop_options/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed_drop_options/configs/ast1/pjsip.conf<br>index 08ac9c6..96ac891 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed_drop_options/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed_drop_options/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed_drop_options/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed_drop_options/test-config.yaml<br>index 3df7b31..a1db220 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed_drop_options/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/multiple_contacts/unauthed_drop_options/test-config.yaml<br>@@ -16,6 +16,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/single_contact/authed/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/single_contact/authed/configs/ast1/pjsip.conf<br>index 74bc945..60f7da5 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/single_contact/authed/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/single_contact/authed/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/single_contact/authed/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/single_contact/authed/test-config.yaml<br>index 03de478..df42c4f 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/single_contact/authed/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/single_contact/authed/test-config.yaml<br>@@ -14,6 +14,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     reactor-timeout: 10<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed/configs/ast1/pjsip.conf<br>index c9361f3..8d68a16 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed/test-config.yaml<br>index 9c7d344..205f33f 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed/test-config.yaml<br>@@ -14,6 +14,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     reactor-timeout: 10<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed_drop_options/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed_drop_options/configs/ast1/pjsip.conf<br>index 6035048..c4e80d8 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed_drop_options/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed_drop_options/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed_drop_options/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed_drop_options/test-config.yaml<br>index 05c031e..d0f6b9a 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed_drop_options/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/single_contact/unauthed_drop_options/test-config.yaml<br>@@ -14,6 +14,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     reactor-timeout: 10<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/unregister/all_contacts/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/unregister/all_contacts/configs/ast1/pjsip.conf<br>index 0393c89..8fe7288 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/unregister/all_contacts/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/unregister/all_contacts/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/unregister/all_contacts/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/unregister/all_contacts/test-config.yaml<br>index f1bb625..f9aecd9 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/unregister/all_contacts/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/unregister/all_contacts/test-config.yaml<br>@@ -17,6 +17,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/unregister/multiple_contacts/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/unregister/multiple_contacts/configs/ast1/pjsip.conf<br>index 0393c89..8fe7288 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/unregister/multiple_contacts/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/unregister/multiple_contacts/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/unregister/multiple_contacts/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/unregister/multiple_contacts/test-config.yaml<br>index ee7b2cb..dd5366c 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/unregister/multiple_contacts/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/unregister/multiple_contacts/test-config.yaml<br>@@ -18,6 +18,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/unregister/single_contact/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/nominal/unregister/single_contact/configs/ast1/pjsip.conf<br>index 9e8fab9..329f3b7 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/unregister/single_contact/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/unregister/single_contact/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/nominal/unregister/single_contact/test-config.yaml b/tests/channels/pjsip/registration/inbound/nominal/unregister/single_contact/test-config.yaml<br>index 5dced21..7f15da1 100644<br>--- a/tests/channels/pjsip/registration/inbound/nominal/unregister/single_contact/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/nominal/unregister/single_contact/test-config.yaml<br>@@ -16,6 +16,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/registration/inbound/off-nominal/max_contacts/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/off-nominal/max_contacts/configs/ast1/pjsip.conf<br>index 05b5540..72f4289 100644<br>--- a/tests/channels/pjsip/registration/inbound/off-nominal/max_contacts/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/off-nominal/max_contacts/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/off-nominal/max_contacts/test-config.yaml b/tests/channels/pjsip/registration/inbound/off-nominal/max_contacts/test-config.yaml<br>index 69c4e52..11e0250 100644<br>--- a/tests/channels/pjsip/registration/inbound/off-nominal/max_contacts/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/off-nominal/max_contacts/test-config.yaml<br>@@ -12,6 +12,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/registration/inbound/off-nominal/no_contact_header/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/off-nominal/no_contact_header/configs/ast1/pjsip.conf<br>index 12157ca..eb35b21 100644<br>--- a/tests/channels/pjsip/registration/inbound/off-nominal/no_contact_header/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/off-nominal/no_contact_header/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/off-nominal/no_contact_header/test-config.yaml b/tests/channels/pjsip/registration/inbound/off-nominal/no_contact_header/test-config.yaml<br>index b81bfa4..7f9bdd3 100644<br>--- a/tests/channels/pjsip/registration/inbound/off-nominal/no_contact_header/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/off-nominal/no_contact_header/test-config.yaml<br>@@ -12,6 +12,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     reactor-timeout: 10<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/registration/inbound/off-nominal/unregister/no_expires_header/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/off-nominal/unregister/no_expires_header/configs/ast1/pjsip.conf<br>index 9e8fab9..329f3b7 100644<br>--- a/tests/channels/pjsip/registration/inbound/off-nominal/unregister/no_expires_header/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/off-nominal/unregister/no_expires_header/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/off-nominal/unregister/no_expires_header/test-config.yaml b/tests/channels/pjsip/registration/inbound/off-nominal/unregister/no_expires_header/test-config.yaml<br>index ee13f8c..4778aef 100644<br>--- a/tests/channels/pjsip/registration/inbound/off-nominal/unregister/no_expires_header/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/off-nominal/unregister/no_expires_header/test-config.yaml<br>@@ -17,6 +17,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/registration/inbound/off-nominal/wrong_password/configs/ast1/pjsip.conf b/tests/channels/pjsip/registration/inbound/off-nominal/wrong_password/configs/ast1/pjsip.conf<br>index e706137..1c1bcc2 100644<br>--- a/tests/channels/pjsip/registration/inbound/off-nominal/wrong_password/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/registration/inbound/off-nominal/wrong_password/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/registration/inbound/off-nominal/wrong_password/test-config.yaml b/tests/channels/pjsip/registration/inbound/off-nominal/wrong_password/test-config.yaml<br>index 28cec58..7beec11 100644<br>--- a/tests/channels/pjsip/registration/inbound/off-nominal/wrong_password/test-config.yaml<br>+++ b/tests/channels/pjsip/registration/inbound/off-nominal/wrong_password/test-config.yaml<br>@@ -12,6 +12,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: False<br>     test-iterations:<br>         -<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7766">change 7766</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7766"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I3f2b74ff00b55def10fd03739b82e863ab1fc6ff </div>
<div style="display:none"> Gerrit-Change-Number: 7766 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>