[asterisk-commits] mmichelson: branch mmichelson/bridge-tests r3302 - /asterisk/team/mmichelson/...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Jul 8 21:40:22 CDT 2012
Author: mmichelson
Date: Sun Jul 8 21:40:18 2012
New Revision: 3302
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3302
Log:
Fix red blobs in sample yaml and remove unnecessary import from ami.py
Modified:
asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/ami-config.yaml.sample
asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/ami.py
Modified: asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/ami-config.yaml.sample
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/ami-config.yaml.sample?view=diff&rev=3302&r1=3301&r2=3302
==============================================================================
--- asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/ami-config.yaml.sample (original)
+++ asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/ami-config.yaml.sample Sun Jul 8 21:40:18 2012
@@ -19,7 +19,7 @@
# the match. In this case, we must receive a "Bridge" event
# with the "BridgeState" header set to "Link", and the CallerID1
# header not beginning with "Bob". An event must appear
- # in the "match" section or the configuration is considered invalid.
+ # in the "match" section or the configuration is considered invalid.
conditions:
match:
Event: 'Bridge'
@@ -33,7 +33,7 @@
# failed. In this case, The header "Uniqueid1" must begin with
# 1234, and the header "Bridgetype" must exactly match the string
# "core". If either of these requirements fails, then the
- # test will fail.
+ # test will fail.
requirements:
match:
Uniqueid1: '1234.*'
@@ -50,7 +50,6 @@
# The "callback" type indicates that when event conditions are fulfilled
# A callback should be called into. This is useful if pass/fail conditions
# depend on more than just having specific headers match what is expected.
- #
# Note that while they are not described below, the "count" and "id" options
# are also applicable to callback types.
type: 'callback'
Modified: asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/ami.py
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/ami.py?view=diff&rev=3302&r1=3301&r2=3302
==============================================================================
--- asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/ami.py (original)
+++ asterisk/team/mmichelson/bridge-tests/lib/python/asterisk/ami.py Sun Jul 8 21:40:18 2012
@@ -4,7 +4,6 @@
import sys
import logging
import re
-import TestRunner
logger = logging.getLogger(__name__)
More information about the asterisk-commits
mailing list