[asterisk-commits] mjordan: testsuite/asterisk/trunk r3505 - in /asterisk/trunk/tests/channels/S...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Nov 2 10:20:35 CDT 2012


Author: mjordan
Date: Fri Nov  2 10:20:31 2012
New Revision: 3505

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3505
Log:
Skip failing SIP tests

These three tests are still failing, despite refactoring efforts.  While
watching failing tests in Bamboo is fun, it tends to hide other test failures.
These three test failures are tracked under:
* ASTERISK-20614
* ASTERISK-20615
* ASTERISK-20616

Modified:
    asterisk/trunk/tests/channels/SIP/sip_attended_transfer_tcp/test-config.yaml
    asterisk/trunk/tests/channels/SIP/sip_attended_transfer_v6/test-config.yaml
    asterisk/trunk/tests/channels/SIP/sip_outbound_address/test-config.yaml

Modified: asterisk/trunk/tests/channels/SIP/sip_attended_transfer_tcp/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/sip_attended_transfer_tcp/test-config.yaml?view=diff&rev=3505&r1=3504&r2=3505
==============================================================================
--- asterisk/trunk/tests/channels/SIP/sip_attended_transfer_tcp/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/sip_attended_transfer_tcp/test-config.yaml Fri Nov  2 10:20:31 2012
@@ -1,4 +1,5 @@
 testinfo:
+    skip: 'See ASTERISK-20614'
     summary:     'Test SIP Attended Transfer using TCP endpoints'
     description: |
         'This test verifies the SIP_REFER with Replaces attended transfer routine using TCP endpoints'

Modified: asterisk/trunk/tests/channels/SIP/sip_attended_transfer_v6/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/sip_attended_transfer_v6/test-config.yaml?view=diff&rev=3505&r1=3504&r2=3505
==============================================================================
--- asterisk/trunk/tests/channels/SIP/sip_attended_transfer_v6/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/sip_attended_transfer_v6/test-config.yaml Fri Nov  2 10:20:31 2012
@@ -1,4 +1,5 @@
 testinfo:
+    skip: 'See ASTERISK-20616'
     summary:     'Test SIP Attended Transfer over IPv6'
     description: |
         "This test verifies the SIP REFER with Replaces attended transfer routine over IPv6. Two calls are originated and terminated at pairs SIPp scenarios.  After the calls are brought up, the two originating SIPp instances communicate using SIPp's 3PCC Extended Mode to pass the Call-ID of the originating leg of the second call to the originating leg of the primary call. The originating leg of the primary call uses this Call-ID in a REFER to bridge the two terminating legs.  This bridged call is then hung up to terminate the test."

Modified: asterisk/trunk/tests/channels/SIP/sip_outbound_address/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/sip_outbound_address/test-config.yaml?view=diff&rev=3505&r1=3504&r2=3505
==============================================================================
--- asterisk/trunk/tests/channels/SIP/sip_outbound_address/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/sip_outbound_address/test-config.yaml Fri Nov  2 10:20:31 2012
@@ -1,4 +1,5 @@
 testinfo:
+    skip: 'See ASTERISK-20615'
     summary:     'Test explicit outbound host for SIP calls'
     description: |
         "This tests the ability to specify an explicit host to send




More information about the asterisk-commits mailing list