[asterisk-commits] mjordan: testsuite/asterisk/trunk r6001 - /asterisk/trunk/tests/rest_api/mail...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Nov 24 09:08:25 CST 2014
Author: mjordan
Date: Mon Nov 24 09:08:18 2014
New Revision: 6001
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=6001
Log:
rest_api/mailbox/baseline: Remove test for StasisEnd event
The ARI base test object ends a test when it detects a Hangup over AMI. This
is not guaranteed to occur after a StasisEnd event. Since the StasisEnd event
has no bearing on the intent of this test, this patch removes it to prevent
a race condition where Asterisk is shut down before the test case has the
opportunity to process the event.
Modified:
asterisk/trunk/tests/rest_api/mailbox/baseline/test-config.yaml
Modified: asterisk/trunk/tests/rest_api/mailbox/baseline/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/rest_api/mailbox/baseline/test-config.yaml?view=diff&rev=6001&r1=6000&r2=6001
==============================================================================
--- asterisk/trunk/tests/rest_api/mailbox/baseline/test-config.yaml (original)
+++ asterisk/trunk/tests/rest_api/mailbox/baseline/test-config.yaml Mon Nov 24 09:08:18 2014
@@ -28,11 +28,6 @@
callback:
module: mailbox_baseline
method: on_start
- - conditions:
- match:
- type: StasisEnd
- application: testsuite
- count: 1
properties:
minversion: '12.1.0'
More information about the asterisk-commits
mailing list