[svn-commits] mmichelson: testsuite/asterisk/trunk r169 - in /asterisk/trunk/tests: ./ sip_...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 1 09:43:43 CDT 2010


Author: mmichelson
Date: Thu Apr  1 09:43:39 2010
New Revision: 169

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=169
Log:
Add sip_channel_params test to tests.yaml and add its test-config.yaml file.


Added:
    asterisk/trunk/tests/sip_channel_params/test-config.yaml   (with props)
Modified:
    asterisk/trunk/tests/tests.yaml

Added: asterisk/trunk/tests/sip_channel_params/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/sip_channel_params/test-config.yaml?view=auto&rev=169
==============================================================================
--- asterisk/trunk/tests/sip_channel_params/test-config.yaml (added)
+++ asterisk/trunk/tests/sip_channel_params/test-config.yaml Thu Apr  1 09:43:39 2010
@@ -1,0 +1,23 @@
+testinfo:
+    summary:     'Test Retrieval of SIP CHANNEL parameters'
+    description: |
+        "This test places a call to Asterisk using SIPp. Asterisk
+        answers the call and then goes into a Wait() application. During
+        this time, we connect to Asterisk using AMI and request various
+        parameters of the channel that has been created. We ensure that
+        the values of the variables match what we expect them to.
+
+        Note that for now, the minimum version of this test is Asterisk
+        trunk. This is because there are fields referenced in the test
+        which do not exist in other branches of Asterisk."
+    issues:
+        -jira : SWP-1016
+        -jira : ABE-2103
+    
+
+properties:
+    minversion: 'trunk'
+    dependencies:
+        - app : 'bash'
+        - app : 'sipp'
+        - app : 'asttest'

Propchange: asterisk/trunk/tests/sip_channel_params/test-config.yaml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: asterisk/trunk/tests/sip_channel_params/test-config.yaml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: asterisk/trunk/tests/sip_channel_params/test-config.yaml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: asterisk/trunk/tests/tests.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/tests.yaml?view=diff&rev=169&r1=168&r2=169
==============================================================================
--- asterisk/trunk/tests/tests.yaml (original)
+++ asterisk/trunk/tests/tests.yaml Thu Apr  1 09:43:39 2010
@@ -4,4 +4,5 @@
     - test: 'ami-login'
     - test: 'blind-transfer-accountcode'
     - test: 'rfc2833_dtmf_detect'
+    - test: 'sip_channel_params'
     - test: 'iax-call-basic'




More information about the svn-commits mailing list