[Home]

Summary:ASTERISK-18426: TestSuite: Framework: Add test execution modes
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2011-09-06 15:52:23Date Closed:2011-10-11 12:13:46
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Tests/testsuite
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Add test execution modes.  Modes should determine for the test suite what features are enabled for tests (such as specific developer build options, post and pre-test checks, post-test analysis, etc.).  Defined execution modes should encompass at a minimum the following:
1. The Asterisk version under test is a non-development version and has been compiled with no additional build options
2. The Asterisk version under test is a development version and has some number of build options enabled (MALLOC_DEBUG, etc.) - tests should look for timing issues, memory issues, and other items that require those options to be enabled
3. The Asterisk version under test should have all tests executed against it
Comments: