Support #2565
Add functional tests for the Scheduler
| Status: | Closed | Start date: | 06/15/2012 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Testing | |||
| Target version: | 2.1.0 | |||
| Rank: | 2 | Tester: |
Description
History
Updated by Alex Norton 12 months ago
- Estimate set to 8
Updated by Alex Norton 11 months ago
- Estimate changed from 8 to 13
- IterNum changed from 3 to 5
Updated by Alex Norton 11 months ago
- Status changed from New to Resolved
The scheduler now has a Functional test framework that should be easy to expand upon and add new tests to.
This is a good starting point, and as more bugs are found and features added, more tests should be added. For now I'm making this issue as finished.
Updated by Alex Norton 11 months ago
- Assignee changed from Alex Norton to Mary Laser
Updated by Mary Laser 11 months ago
- Status changed from Resolved to Closed
- Target version set to 2.1.0
Alex's addition of a new testing framework for the scheduler functional tests consists of a simple xml file to describe the tests (http://fossology.svn.sourceforge.net/viewvc/fossology/trunk/fossology/src/scheduler/agent_tests/Functional/Functional.xml) and a python script to execute those tests (http://fossology.svn.sourceforge.net/viewvc/fossology/trunk/fossology/src/scheduler/agent_tests/Functional/Functional.py).