aboutsummaryrefslogtreecommitdiff
path: root/examples/jfed-rlite.py
Commit message (Collapse)AuthorAgeFilesLines
* rumba: Remove irati/rlite, python2 and qemu supportDimitri Staessens2 days1-53/+0
| | | | | | | | | | | | | | Remove IRATI and rlite prototype plugins, keeping only Ouroboros. Delete .gitlab-ci.yml (only contained an irati test job and a Sphinx pages job). Clean up all irati/rlite imports and references from examples, documentation, and tools. Qemu was tied heavily with rlite and irati. As it's less useful for ouroboros it's removed rather than reworked. Updated README.md and AUTHORS Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
* utils, examples: Add ExperimentManager CMMarco Capitani2017-11-131-3/+2
| | | | | | | | Adds an ExperimentManager context manager for scripts: - No more ugly stack traces after execution if something goes wrong - No more ugly and easy to forget try-finally blocks
* examples: jfed-rlite: use try-finallyVincenzo Maffione2017-05-311-3/+6
|
* examples: add example to run rlite on jFedVincenzo Maffione2017-04-291-0/+51