[asterisk-commits] mjordan: testsuite/asterisk/trunk r3804 - /asterisk/trunk/tests/cdr/blind-tra...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue May 28 15:10:14 CDT 2013


Author: mjordan
Date: Tue May 28 15:10:10 2013
New Revision: 3804

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3804
Log:
Prevent cdr/blind-transfer-accountcode from running against 12 (for now)

It keeps hanging up the test agents. Silly lua-based tests.

Modified:
    asterisk/trunk/tests/cdr/blind-transfer-accountcode/test-config.yaml

Modified: asterisk/trunk/tests/cdr/blind-transfer-accountcode/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/cdr/blind-transfer-accountcode/test-config.yaml?view=diff&rev=3804&r1=3803&r2=3804
==============================================================================
--- asterisk/trunk/tests/cdr/blind-transfer-accountcode/test-config.yaml (original)
+++ asterisk/trunk/tests/cdr/blind-transfer-accountcode/test-config.yaml Tue May 28 15:10:10 2013
@@ -1,4 +1,5 @@
 testinfo:
+# 'See ASTERISK-21381 - this needs to be executed on 12'
     summary:     'Test account code propagation for SIP blind transfers.'
     description: |
         "This test ensures that when a channel with an account code, dials a
@@ -11,6 +12,7 @@
 
 properties:
     minversion: '1.8.0.0'
+    maxversion: '11.99'
     dependencies:
         - app : 'bash'
         - app : 'asttest'




More information about the asterisk-commits mailing list