[asterisk-bugs] [JIRA] (ASTERISK-19495) Create CEL tests for the Asterisk Test Suite

Matt Jordan (JIRA) noreply at issues.asterisk.org
Sat Jul 13 15:50:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-19495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=207950#comment-207950 ] 

Matt Jordan commented on ASTERISK-19495:
----------------------------------------

A CEL pluggable module that performs verification via AMI was added.

CEL tests are really part of each of the various functionality tests - that is, if you test Dial, you should test the CEL records, etc.

As such, this issue can be closed.
                
> Create CEL tests for the Asterisk Test Suite
> --------------------------------------------
>
>                 Key: ASTERISK-19495
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-19495
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Tests/testsuite
>            Reporter: Matt Jordan
>
> There are currently not tests in the Asterisk Test Suite to cover CEL functionality.  As we often recommend CEL as an alternative to CDRs, tests that cover the functionality of CEL and help to define its behavior would be useful.
> This improvement would start by first defining a set of expected behaviors (user stories) for CEL that we would want to test.  This would include things like:
> * When a channel is hung up, a record should be created in the CEL backends that includes the following information: (...)
> * When a channel is transferred, a record should be created noting the new channel created in the CEL backends that includes the following information: (...)
> Each expected behavior should be mapped to a test in the test suite.  Multiple behaviors can be mapped to a single test (for example, a nominal call set up between two SIP endpoints would involve multiple CEL records that could be tested for).
> It is expected that a number of subtasks could be performed based on this one improvement:
> * Definition of the test plan, described above
> * Creation of supporting libraries in the Asterisk Test Suite (similar to CDRTestCase), which aid in parsing and verifying CEL records
> * Tests that cover creation of CEL records for the scenarios outlined in the test plan for a simple CEL backend, e.g., CSV
> * Tests that cover creation of CEL records for a variety of backends (ODBC, etc.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list