[asterisk-commits] mjordan: testsuite/asterisk/trunk r5848 - /asterisk/trunk/tests/rest_api/brid...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Nov 1 18:19:53 CDT 2014
Author: mjordan
Date: Sat Nov 1 18:19:50 2014
New Revision: 5848
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=5848
Log:
tests/rest_api/bridges/bridge_by_id: Fix stability problems
This test also now triggers a stop based on an event and not through the
test object. This prevents the test from closing the WebSocket too quickly
and missing expected events.
Modified:
asterisk/trunk/tests/rest_api/bridges/bridge_by_id/test-config.yaml
Modified: asterisk/trunk/tests/rest_api/bridges/bridge_by_id/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/rest_api/bridges/bridge_by_id/test-config.yaml?view=diff&rev=5848&r1=5847&r2=5848
==============================================================================
--- asterisk/trunk/tests/rest_api/bridges/bridge_by_id/test-config.yaml (original)
+++ asterisk/trunk/tests/rest_api/bridges/bridge_by_id/test-config.yaml Sat Nov 1 18:19:50 2014
@@ -33,6 +33,7 @@
# endpoint: Local/s at default
# channelId: testsuite-default-id
# app: testsuite
+ stop-on-end: False
pluggable-config:
-
@@ -160,6 +161,7 @@
channel:
id: 'testsuite-default-id$'
count: 1
+ stop_test:
-
ari-events:
match:
More information about the asterisk-commits
mailing list