[Asterisk-code-review] tests/channels/pjsip/registration/outbound/interval too brie... (testsuite[master])
Richard Mudgett
asteriskteam at digium.com
Thu Dec 1 13:36:35 CST 2016
Richard Mudgett has uploaded a new change for review. ( 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(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/47/4547/1
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: newchange
Gerrit-Change-Id: I1ce4fe1ff7b7669cddcc0f9032fbe2a6d1670325
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
More information about the asterisk-code-review
mailing list