Skip to content
master
Go to file
Code

Latest commit

- Config file doesn't exist
- Config file exists with values
- Config file with bad value
8b1bff2

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Aug 27, 2020
Sep 12, 2014

README.rst

Restraint

Restraint is designed to execute tasks. These tasks can be tests which report results or simply code that you want to automate. Which tasks to execute is determined by a job [1]. The job also describes where to retrieve the tasks from and what parameters to pass in. These tasks can report multiple PASS, FAIL, WARN results along with an optional score. Tasks also have the ability to report log files. Each task can have metadata describing dependencies and max run time for example. Execution and reporting can be further enhanced with plugins.

Restraint can be used with Beaker [2] since it talks beaker's Harness API [3] for reporting results. But it can also be used stand alone.

Full Documentation is here.

[1]Job XML.
[2]Beaker is open-source software for managing and automating labs of test computers.
[3]Alternate Harness API.
You can’t perform that action at this time.