[svn-commits] kmoore: testsuite/asterisk/trunk r4694 - /asterisk/trunk/tests/apps/confbridg...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 12 09:47:28 CST 2014


Author: kmoore
Date: Wed Feb 12 09:47:22 2014
New Revision: 4694

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4694
Log:
Testsuite: Fix bouncing confbridge test

This test was bouncing due to the ConfbridgeEnd event sometimes firing
before the final confbridge state transition from INACTIVE to EMPTY.
This test now ends based on the Newexten/Hangup of the exiting channel.

Modified:
    asterisk/trunk/tests/apps/confbridge/confbridge_waitmarked_kick/test-config.yaml

Modified: asterisk/trunk/tests/apps/confbridge/confbridge_waitmarked_kick/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/confbridge/confbridge_waitmarked_kick/test-config.yaml?view=diff&rev=4694&r1=4693&r2=4694
==============================================================================
--- asterisk/trunk/tests/apps/confbridge/confbridge_waitmarked_kick/test-config.yaml (original)
+++ asterisk/trunk/tests/apps/confbridge/confbridge_waitmarked_kick/test-config.yaml Wed Feb 12 09:47:22 2014
@@ -92,6 +92,16 @@
             -
               action-type: 'set-expected-result'
               expected-result: 'Conference Ended'
+        -
+          type: 'headermatch'
+          conditions:
+            match:
+              Event: 'Newexten'
+              Application: 'Hangup'
+          actions:
+            -
+              action-type: 'set-expected-result'
+              expected-result: 'Channels exited conference'
             -
               action-type: 'end-scenario'
       channels:




More information about the svn-commits mailing list