[Asterisk-code-review] pjsip/statsd/contacts: Update test to expect Created states (testsuite[master])
George Joseph
asteriskteam at digium.com
Thu Dec 3 10:44:23 CST 2015
George Joseph has uploaded a new change for review.
https://gerrit.asterisk.org/1755
Change subject: pjsip/statsd/contacts: Update test to expect Created states
......................................................................
pjsip/statsd/contacts: Update test to expect Created states
pjsip_options now correctly sets the initial state of a contact status
to Created instead of Unknown. The yaml needed to be updated to
expect that.
ASTERISK-25598
Change-Id: Ic820199e41cb72980c5ef76f0cd8cd748b3d3f8a
---
M tests/channels/pjsip/statsd/contacts/test-config.yaml
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/55/1755/1
diff --git a/tests/channels/pjsip/statsd/contacts/test-config.yaml b/tests/channels/pjsip/statsd/contacts/test-config.yaml
index 98dbe1a..3022e1f 100644
--- a/tests/channels/pjsip/statsd/contacts/test-config.yaml
+++ b/tests/channels/pjsip/statsd/contacts/test-config.yaml
@@ -36,9 +36,9 @@
-
'PJSIP\.contacts\.states\.Created:0\|g'
-
- 'PJSIP\.contacts\.states\.Unknown:\+1\|g'
+ 'PJSIP\.contacts\.states\.Created:\+1\|g'
-
- 'PJSIP\.contacts\.states\.Unknown:\-1\|g'
+ 'PJSIP\.contacts\.states\.Created:\-1\|g'
-
'PJSIP\.contacts\.states\.Reachable:\+1\|g'
-
--
To view, visit https://gerrit.asterisk.org/1755
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic820199e41cb72980c5ef76f0cd8cd748b3d3f8a
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
More information about the asterisk-code-review
mailing list