Automation framework evaluation: Difference between revisions
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
# yes | # yes | ||
# yes | # yes | ||
# with some programming - yes | # with some limited programming - yes | ||
|| | || | ||
* ready for work linux kernel, supports some logging services and crashdump | * ready for work linux kernel, supports some logging services and crashdump | ||
Line 57: | Line 57: | ||
Core developed on C. You can interact with STAF from many languages (Java, C, C++, Python,Perl, Tcl, Rexx) and from the command line/shell prompt. | Core developed on C. You can interact with STAF from many languages (Java, C, C++, Python,Perl, Tcl, Rexx) and from the command line/shell prompt. | ||
|| | || | ||
# No test management provided | |||
# few options about host are collected | |||
#- | |||
#- | |||
#with some limited programming - yes | |||
|| | || | ||
* multi-platform: works on Windows, Linux, AIX | * multi-platform: works on Windows, Linux, AIX |
Revision as of 09:03, 22 January 2013
In order to automatically service and track test requests, as well as deploy testing resources, an upper-level test automation framework would sit "on top of" the Lustre test infrastructure.
Some requirements/desires for the automation framework:
- Aware of multiple clusters
- Able to create virtual clusters as VMs
- Able to automatically start testing based on various triggers, e.g. git commit hooks
- Maintains a prioritizable job queue
- Collect test output status in a database
- Visually represent pass/failure in a clear, concise manner
- Should facilitate easy interpretation of test "trends"; i.e. statistical-based test results
Framework(with link) | Feature list
|
More advantages | More disadvantages | |
---|---|---|---|---|
autotest
It is designed primarily to test the Linux kernel, though it is useful for many other functions such asqualifying new hardware. It used and developed by a number of organizations, including Google, IBM, Red Hat, andmany others. Developed on Python |
|
in server mode:
|
| |
STAF
The Software Testing Automation Framework (STAF) is an open source, multi-platform, multi-language framework, lead by IBM Core developed on C. You can interact with STAF from many languages (Java, C, C++, Python,Perl, Tcl, Rexx) and from the command line/shell prompt. |
|
|
| |
robotframework
Robot Framework is a python-based an open source generic test framework. |
|
|
||
Xperior
Xperior is an open source framework developed on Perl by Xyratex for executing lustre tests from current shell-based testing framework. More info was presented at LAD '12. |
|
|