[Asterisk-code-review] Asterisk Certified 18.9 Preparation (testsuite[certified/18.9])

Michael Bradeen asteriskteam at digium.com
Wed Jan 19 12:49:07 CST 2022


Michael Bradeen has uploaded this change for review. ( https://gerrit.asterisk.org/c/testsuite/+/17909 )


Change subject: Asterisk Certified 18.9 Preparation
......................................................................

Asterisk Certified 18.9 Preparation

* Updated .gitreview default branch to certified/18.9
* queue_member_Forward: added hangup before event has time to fire
* notify_after_register: Fixed syntax error in scenario
* notify_after_register_realtime: Fixed syntax error in scenario

Change-Id: Ic115cf6f3ee0a955b059ab2c17398adfb52de183
---
M .gitreview
M tests/apps/queues/queue_member_forward/configs/ast1/extensions.conf
M tests/channels/pjsip/subscriptions/mwi/unsolicited/notify_after_register/sipp/notify_after_register.xml
M tests/channels/pjsip/subscriptions/mwi/unsolicited/notify_after_register_realtime/sipp/notify_after_register.xml
4 files changed, 4 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/09/17909/1

diff --git a/.gitreview b/.gitreview
index 68889f2..af973a7 100644
--- a/.gitreview
+++ b/.gitreview
@@ -1,5 +1,5 @@
 [gerrit]
-defaultbranch=18
+defaultbranch=certified/18.9
 #
 # Intentional padding to ensure it is possible to point a commit
 # to an alternative gerrit server/repository without breaking
diff --git a/tests/apps/queues/queue_member_forward/configs/ast1/extensions.conf b/tests/apps/queues/queue_member_forward/configs/ast1/extensions.conf
index 2ea950e..375901d 100644
--- a/tests/apps/queues/queue_member_forward/configs/ast1/extensions.conf
+++ b/tests/apps/queues/queue_member_forward/configs/ast1/extensions.conf
@@ -6,8 +6,7 @@
 	same => n,Queue(test_queue,,,,3)
 
 exten => other_place,1,NoOp()
+	same => n,Wait(1)
 	same => n,Answer()
 	same => n,Wait(1)
 	same => n,Hangup()
-
-
diff --git a/tests/channels/pjsip/subscriptions/mwi/unsolicited/notify_after_register/sipp/notify_after_register.xml b/tests/channels/pjsip/subscriptions/mwi/unsolicited/notify_after_register/sipp/notify_after_register.xml
index afe0fe9..7dc2644 100644
--- a/tests/channels/pjsip/subscriptions/mwi/unsolicited/notify_after_register/sipp/notify_after_register.xml
+++ b/tests/channels/pjsip/subscriptions/mwi/unsolicited/notify_after_register/sipp/notify_after_register.xml
@@ -19,7 +19,7 @@
         ]]>
   </send>
 
-  <recv response="200">
+  <recv response="200"/>
 
   <recv request="NOTIFY" crlf="true"/>
 
diff --git a/tests/channels/pjsip/subscriptions/mwi/unsolicited/notify_after_register_realtime/sipp/notify_after_register.xml b/tests/channels/pjsip/subscriptions/mwi/unsolicited/notify_after_register_realtime/sipp/notify_after_register.xml
index afe0fe9..7dc2644 100644
--- a/tests/channels/pjsip/subscriptions/mwi/unsolicited/notify_after_register_realtime/sipp/notify_after_register.xml
+++ b/tests/channels/pjsip/subscriptions/mwi/unsolicited/notify_after_register_realtime/sipp/notify_after_register.xml
@@ -19,7 +19,7 @@
         ]]>
   </send>
 
-  <recv response="200">
+  <recv response="200"/>
 
   <recv request="NOTIFY" crlf="true"/>
 

-- 
To view, visit https://gerrit.asterisk.org/c/testsuite/+/17909
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: certified/18.9
Gerrit-Change-Id: Ic115cf6f3ee0a955b059ab2c17398adfb52de183
Gerrit-Change-Number: 17909
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Bradeen <mbradeen at sangoma.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220119/2085e0e9/attachment-0001.html>


More information about the asterisk-code-review mailing list