[asterisk-commits] mmichelson: testsuite/asterisk/trunk r3250 - in /asterisk/trunk: ./ tests/ te...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jun 4 15:29:17 CDT 2012


Author: mmichelson
Date: Mon Jun  4 15:29:11 2012
New Revision: 3250

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3250
Log:
Add tests related to Asterisk trunk additions for Digium phone support

* Adds a test for sending custom INFO requests to a SIP device

* Adds four SIP-specific custom presence tests
** nominal: ensures basic presence data is communicated properly
** multiple: ensures that presence updates are sent for each change
** resubscribe: ensures that on a resubscription proper data is sent to the device
** non-Digium: ensures Digium presence data is not sent to non-Digium devices

* Adds func_presencestate tests



Added:
    asterisk/trunk/tests/channels/SIP/custom_info/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/custom_info/
    asterisk/trunk/tests/channels/SIP/custom_info/configs/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/custom_info/configs/
    asterisk/trunk/tests/channels/SIP/custom_info/configs/ast1/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/custom_info/configs/ast1/
    asterisk/trunk/tests/channels/SIP/custom_info/configs/ast1/extensions.conf
      - copied unchanged from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/custom_info/configs/ast1/extensions.conf
    asterisk/trunk/tests/channels/SIP/custom_info/configs/ast1/sip.conf
      - copied unchanged from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/custom_info/configs/ast1/sip.conf
    asterisk/trunk/tests/channels/SIP/custom_info/run-test
      - copied unchanged from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/custom_info/run-test
    asterisk/trunk/tests/channels/SIP/custom_info/sipp/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/custom_info/sipp/
    asterisk/trunk/tests/channels/SIP/custom_info/sipp/excluded_useragent.xml
      - copied unchanged from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/custom_info/sipp/excluded_useragent.xml
    asterisk/trunk/tests/channels/SIP/custom_info/sipp/selected_useragent.xml
      - copied unchanged from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/custom_info/sipp/selected_useragent.xml
    asterisk/trunk/tests/channels/SIP/custom_info/sipp/send_all.xml
      - copied unchanged from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/custom_info/sipp/send_all.xml
    asterisk/trunk/tests/channels/SIP/custom_info/test-config.yaml
      - copied unchanged from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/custom_info/test-config.yaml
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/multiple_state_change/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/multiple_state_change/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/multiple_state_change/configs/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/multiple_state_change/configs/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/multiple_state_change/configs/ast1/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/multiple_state_change/configs/ast1/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/multiple_state_change/sipp/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/multiple_state_change/sipp/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/nominal_state_change/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/nominal_state_change/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/nominal_state_change/configs/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/nominal_state_change/configs/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/nominal_state_change/configs/ast1/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/nominal_state_change/configs/ast1/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/nominal_state_change/sipp/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/nominal_state_change/sipp/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/non_digium_state_change/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/non_digium_state_change/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/non_digium_state_change/configs/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/non_digium_state_change/configs/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/non_digium_state_change/configs/ast1/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/non_digium_state_change/configs/ast1/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/non_digium_state_change/sipp/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/non_digium_state_change/sipp/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/resubscribe/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/resubscribe/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/resubscribe/configs/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/resubscribe/configs/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/resubscribe/configs/ast1/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/resubscribe/configs/ast1/
    asterisk/trunk/tests/channels/SIP/sip_custom_presence/resubscribe/sipp/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/channels/SIP/sip_custom_presence/resubscribe/sipp/
    asterisk/trunk/tests/func_presencestate/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/func_presencestate/
    asterisk/trunk/tests/func_presencestate/configs/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/func_presencestate/configs/
    asterisk/trunk/tests/func_presencestate/configs/ast1/
      - copied from r3247, asterisk/team/mmichelson/phone-testsuite/tests/func_presencestate/configs/ast1/
Modified:
    asterisk/trunk/   (props changed)
    asterisk/trunk/tests/channels/SIP/tests.yaml
    asterisk/trunk/tests/tests.yaml

Propchange: asterisk/trunk/
------------------------------------------------------------------------------
    automerge = *

Propchange: asterisk/trunk/
------------------------------------------------------------------------------
    automerge-email = mmichelson at digium.com

Propchange: asterisk/trunk/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Jun  4 15:29:11 2012
@@ -1,1 +1,1 @@
-/asterisk/trunk:1-2945
+/asterisk/trunk:1-3246

Modified: asterisk/trunk/tests/channels/SIP/tests.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/tests.yaml?view=diff&rev=3250&r1=3249&r2=3250
==============================================================================
--- asterisk/trunk/tests/channels/SIP/tests.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/tests.yaml Mon Jun  4 15:29:11 2012
@@ -41,6 +41,8 @@
     - test: 'header_parsing'
     - test: 'use_contact_from_200'
     - test: 'generic_ccss'
+    - dir: 'sip_custom_presence'
+    - test: 'custom_info'
     - test: 'hangupcause'
     - test: 'sip_cause'
     - test: 'invite_no_totag'

Modified: asterisk/trunk/tests/tests.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/tests.yaml?view=diff&rev=3250&r1=3249&r2=3250
==============================================================================
--- asterisk/trunk/tests/tests.yaml (original)
+++ asterisk/trunk/tests/tests.yaml Mon Jun  4 15:29:11 2012
@@ -30,3 +30,4 @@
     - dir: 'apps'
     - dir: 'connected_line'
     - dir: 'redirecting'
+    - test: 'func_presencestate'




More information about the asterisk-commits mailing list