[asterisk-commits] mnicholson: testsuite/asterisk/trunk r1725 - in /asterisk/trunk/tests/fax: ga...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jul 12 10:24:17 CDT 2011


Author: mnicholson
Date: Tue Jul 12 10:24:13 2011
New Revision: 1725

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1725
Log:
fix test descriptions to account for CED and v21 changes

Modified:
    asterisk/trunk/tests/fax/gateway_mix1/test-config.yaml
    asterisk/trunk/tests/fax/gateway_mix2/test-config.yaml
    asterisk/trunk/tests/fax/gateway_mix3/test-config.yaml
    asterisk/trunk/tests/fax/gateway_native_t38_ced/test-config.yaml

Modified: asterisk/trunk/tests/fax/gateway_mix1/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/fax/gateway_mix1/test-config.yaml?view=diff&rev=1725&r1=1724&r2=1725
==============================================================================
--- asterisk/trunk/tests/fax/gateway_mix1/test-config.yaml (original)
+++ asterisk/trunk/tests/fax/gateway_mix1/test-config.yaml Tue Jul 12 10:24:13 2011
@@ -1,12 +1,9 @@
 testinfo:
     summary: 'Test the fax gateway.'
     description: |
-        This test verifies proper gateway functionality when a CED triggered
-        t38 negotiation request fails. The gateway should detect a CED tone
-        from the receiving side and send a t38 reinvite to the sending side.
-        The sending side will reject the reinvite. The gateway should detect
-        this and wait for the receiving side to send a T.38 reinvite and then
-        gateway the fax.
+        This test verifies proper gateway functionality in the presence of a
+        CED tone and a T.38 reinvite. It also tests proper functionality in the
+        presence of a failed passed through T.38 reinvite.
 
         The call flow looks like this:
          |send        |

Modified: asterisk/trunk/tests/fax/gateway_mix2/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/fax/gateway_mix2/test-config.yaml?view=diff&rev=1725&r1=1724&r2=1725
==============================================================================
--- asterisk/trunk/tests/fax/gateway_mix2/test-config.yaml (original)
+++ asterisk/trunk/tests/fax/gateway_mix2/test-config.yaml Tue Jul 12 10:24:13 2011
@@ -1,7 +1,7 @@
 testinfo:
     summary: 'Test the fax gateway.'
     description: |
-        This test verifies proper gateway functionality when a CED triggered
+        This test verifies proper gateway functionality when a v21 triggered
         t38 negotiation request fails and the receiving side does not support
         t38. The gateway should detect the failed reinvite and disable itself.
 

Modified: asterisk/trunk/tests/fax/gateway_mix3/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/fax/gateway_mix3/test-config.yaml?view=diff&rev=1725&r1=1724&r2=1725
==============================================================================
--- asterisk/trunk/tests/fax/gateway_mix3/test-config.yaml (original)
+++ asterisk/trunk/tests/fax/gateway_mix3/test-config.yaml Tue Jul 12 10:24:13 2011
@@ -1,7 +1,7 @@
 testinfo:
     summary: 'Test the fax gateway.'
     description: |
-        This test verifies proper gateway functionality when a CED tone is
+        This test verifies proper gateway functionality when a v21 tone is
         used to trigger a t38 negotiation request.
 
         The call flow looks like this:

Modified: asterisk/trunk/tests/fax/gateway_native_t38_ced/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/fax/gateway_native_t38_ced/test-config.yaml?view=diff&rev=1725&r1=1724&r2=1725
==============================================================================
--- asterisk/trunk/tests/fax/gateway_native_t38_ced/test-config.yaml (original)
+++ asterisk/trunk/tests/fax/gateway_native_t38_ced/test-config.yaml Tue Jul 12 10:24:13 2011
@@ -2,9 +2,9 @@
     summary: 'Test the fax gateway.'
     description: |
         This test verifies that the gateway properly disabled itself when the
-        two channels involved demonstrated that they can natively do t38. In
-        this test, t38 is negotiated with each channel separately (first after
-        a CED tone is detected).
+        two channels involved demonstrated that they can natively do t38. The
+        receiving side will generate a CED tone, the test should verify that
+        the gateway handles this properly.
 
         The call flow looks like this:
          |send        |




More information about the asterisk-commits mailing list