[asterisk-commits] jpeeler: branch jpeeler/event_watcher r274 - in /asterisk/team/jpeeler/event_...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Apr 29 18:26:23 CDT 2010
Author: jpeeler
Date: Thu Apr 29 18:26:20 2010
New Revision: 274
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=274
Log:
add files required for testsuite
Added:
asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/
asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/logger.conf (with props)
asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/manager.conf (with props)
asterisk/team/jpeeler/event_watcher/tests/ami-monitor/test-config.yaml (with props)
Modified:
asterisk/team/jpeeler/event_watcher/tests/ami-monitor/starpy.conf
Added: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/logger.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/logger.conf?view=auto&rev=274
==============================================================================
--- asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/logger.conf (added)
+++ asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/logger.conf Thu Apr 29 18:26:20 2010
@@ -1,0 +1,7 @@
+[general]
+
+[logfiles]
+
+console =>
+messages => notice,warning,error
+full => notice,warning,error,debug,verbose
Propchange: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/logger.conf
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/logger.conf
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/logger.conf
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/manager.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/manager.conf?view=auto&rev=274
==============================================================================
--- asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/manager.conf (added)
+++ asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/manager.conf Thu Apr 29 18:26:20 2010
@@ -1,0 +1,10 @@
+[general]
+enabled = yes
+port = 5038
+bindaddr = 127.0.0.1
+
+[user]
+secret = mysecret
+read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
+write = system,call,agent,user,config,command,reporting,originate
+
Propchange: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/manager.conf
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/manager.conf
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/configs/manager.conf
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/starpy.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jpeeler/event_watcher/tests/ami-monitor/starpy.conf?view=diff&rev=274&r1=273&r2=274
==============================================================================
--- asterisk/team/jpeeler/event_watcher/tests/ami-monitor/starpy.conf (original)
+++ asterisk/team/jpeeler/event_watcher/tests/ami-monitor/starpy.conf Thu Apr 29 18:26:20 2010
@@ -1,6 +1,5 @@
[AMI]
-username=jpeeler
-secret=secret
-#server=jbp2.digium.internal
+username=user
+secret=mysecret
server=localhost
port=5038
Added: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jpeeler/event_watcher/tests/ami-monitor/test-config.yaml?view=auto&rev=274
==============================================================================
--- asterisk/team/jpeeler/event_watcher/tests/ami-monitor/test-config.yaml (added)
+++ asterisk/team/jpeeler/event_watcher/tests/ami-monitor/test-config.yaml Thu Apr 29 18:26:20 2010
@@ -1,0 +1,10 @@
+testinfo:
+ summary: 'Test monitoring a pong event from the Asterisk Manager Interface'
+ description: |
+ 'This test provides monitoring for one select AMI event after logging in.'
+
+properties:
+ minversion: '1.8' #maybe 1.4 can be supported later
+ dependencies:
+ - python : 'twisted'
+ - python : 'starpy'
Propchange: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/test-config.yaml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/test-config.yaml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: asterisk/team/jpeeler/event_watcher/tests/ami-monitor/test-config.yaml
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the asterisk-commits
mailing list