[asterisk-commits] tests/channels/pjsip/registration/outbound/interval too brie... (testsuite[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Dec 2 09:49:24 CST 2016
Anonymous Coward #1000019 has submitted this change and it was merged. ( https://gerrit.asterisk.org/4547 )
Change subject: tests/channels/pjsip/registration/outbound/interval_too_brief: Fix shutdown
......................................................................
tests/channels/pjsip/registration/outbound/interval_too_brief: Fix shutdown
Increasing the shutdown timeout allows us to now get events we couldn't
get before because they were cut off due to Asterisk being forcibly
killed.
* We only care about the Register events so we now need to ignore any
Unregister events.
ASTERISK-26527
Change-Id: I1ce4fe1ff7b7669cddcc0f9032fbe2a6d1670325
---
M tests/channels/pjsip/registration/outbound/interval_too_brief/test-config.yaml
1 file changed, 0 insertions(+), 4 deletions(-)
Approvals:
George Joseph: Looks good to me, approved
Scott Griepentrog: Looks good to me, but someone else must approve
Anonymous Coward #1000019: Verified
diff --git a/tests/channels/pjsip/registration/outbound/interval_too_brief/test-config.yaml b/tests/channels/pjsip/registration/outbound/interval_too_brief/test-config.yaml
index acb986d..e971cbf 100644
--- a/tests/channels/pjsip/registration/outbound/interval_too_brief/test-config.yaml
+++ b/tests/channels/pjsip/registration/outbound/interval_too_brief/test-config.yaml
@@ -35,8 +35,6 @@
ChannelType: 'PJSIP'
Username: 'sip:us at 127.0.0.1'
Domain: 'sip:them at 127.0.0.1:5061'
- requirements:
- match:
Status: 'Registered'
count: '1'
-
@@ -47,8 +45,6 @@
ChannelType: 'PJSIP'
Username: 'sip:us at 127.0.0.1'
Domain: 'sip:them at 127.0.0.1:5062'
- requirements:
- match:
Status: 'Registered'
count: '1'
--
To view, visit https://gerrit.asterisk.org/4547
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1ce4fe1ff7b7669cddcc0f9032fbe2a6d1670325
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Scott Griepentrog <sgriepentrog at digium.com>
More information about the asterisk-commits
mailing list