[asterisk-commits] mjordan: testsuite/asterisk/trunk r2367 - /asterisk/trunk/tests/apps/voicemai...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 20 08:14:45 CDT 2011


Author: mjordan
Date: Tue Sep 20 08:14:43 2011
New Revision: 2367

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2367
Log:
Updated thread conditions to allow shaun_of_the_dead thread

Modified:
    asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/test-config.yaml

Modified: asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/test-config.yaml?view=diff&rev=2367&r1=2366&r2=2367
==============================================================================
--- asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/test-config.yaml (original)
+++ asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/test-config.yaml Tue Sep 20 08:14:43 2011
@@ -22,9 +22,12 @@
         -
             name: 'asterisk.ThreadTestCondition.ThreadPostTestCondition'
             type: 'Post'
+            # Allow shaun_of_the_dead to exist after a run, as our external password check
+            # may still be going on
             ignoredThreads:
                 - 'netconsole'
                 - 'pbx_thread'
+                - 'shaun_of_the_dead'
             relatedCondition: 'asterisk.ThreadTestCondition.ThreadPreTestCondition'
         -
             name: 'asterisk.SipDialogTestCondition.SipDialogPreTestCondition'




More information about the asterisk-commits mailing list