[asterisk-commits] mjordan: testsuite/asterisk/trunk r2385 - in /asterisk/trunk/tests/apps/voice...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 20 09:29:37 CDT 2011


Author: mjordan
Date: Tue Sep 20 09:29:35 2011
New Revision: 2385

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2385
Log:
Enabled last of voicemail tests

Modified:
    asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/test-config.yaml
    asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/test-config.yaml
    asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/run-test
    asterisk/trunk/tests/apps/voicemail/tests.yaml

Modified: asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/test-config.yaml?view=diff&rev=2385&r1=2384&r2=2385
==============================================================================
--- asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/test-config.yaml (original)
+++ asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/test-config.yaml Tue Sep 20 09:29:35 2011
@@ -23,8 +23,10 @@
             name: 'asterisk.SipDialogTestCondition.SipDialogPreTestCondition'
             type: 'Pre'
         -
+            # Note: the abrupt hangup will leave the SIP dialog in flight
             name: 'asterisk.SipDialogTestCondition.SipDialogPostTestCondition'
             type: 'Post'
+            expectedResult: 'FAIL'
             sipHistoryRequirements:
                 - 'NewChan'
                 - 'Hangup'

Modified: asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/test-config.yaml?view=diff&rev=2385&r1=2384&r2=2385
==============================================================================
--- asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/test-config.yaml (original)
+++ asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/test-config.yaml Tue Sep 20 09:29:35 2011
@@ -23,11 +23,12 @@
             name: 'asterisk.SipDialogTestCondition.SipDialogPreTestCondition'
             type: 'Pre'
         -
+            # Note: the abrupt hangup will leave the SIP dialog in flight
             name: 'asterisk.SipDialogTestCondition.SipDialogPostTestCondition'
             type: 'Post'
+            expectedResult: 'FAIL'
             sipHistoryRequirements:
                 - 'NewChan'
-                - 'Hangup'
         -
             name: 'asterisk.LockTestCondition.LockTestCondition'
             type: 'Pre'

Modified: asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/run-test?view=diff&rev=2385&r1=2384&r2=2385
==============================================================================
--- asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/run-test (original)
+++ asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/run-test Tue Sep 20 09:29:35 2011
@@ -247,7 +247,7 @@
             return value
         self.addTestCondition("leftVoiceMailMain", TestCondition(passValue, False))
 
-        self.reactor_timeout = 240
+        self.reactor_timeout = 120
         self.create_asterisk(2)
         self.audioFile = os.path.join(os.getcwd(), "%s/sounds/talking" % (self.testParentDir))
 

Modified: asterisk/trunk/tests/apps/voicemail/tests.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/voicemail/tests.yaml?view=diff&rev=2385&r1=2384&r2=2385
==============================================================================
--- asterisk/trunk/tests/apps/voicemail/tests.yaml (original)
+++ asterisk/trunk/tests/apps/voicemail/tests.yaml Tue Sep 20 09:29:35 2011
@@ -15,16 +15,16 @@
     - test: 'check_voicemail_envelope'
     - test: 'check_voicemail_delete'
     - test: 'check_voicemail_new_user'
-#    - test: 'check_voicemail_new_user_hangup'
+    - test: 'check_voicemail_new_user_hangup'
     - test: 'check_voicemail_options_record_busy'
     - test: 'check_voicemail_options_record_unavail'
     - test: 'check_voicemail_options_record_name'
     - test: 'check_voicemail_options_record_temp'
     - test: 'check_voicemail_options_change_password'
-#    - test: 'check_voicemail_forward'
-#    - test: 'check_voicemail_forward_hangup'
-#    - test: 'check_voicemail_forward_with_prepend'
+    - test: 'check_voicemail_forward'
+    - test: 'check_voicemail_forward_hangup'
+    - test: 'check_voicemail_forward_with_prepend'
     - test: 'check_voicemail_callback'
     - test: 'check_voicemail_dialout'
     - test: 'check_voicemail_reply'
-#    - test: 'check_voicemail_while_leaving_msg'
+    - test: 'check_voicemail_while_leaving_msg'




More information about the asterisk-commits mailing list