Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testbeds: Add docker testbed | Nick Aerts | 2018-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | This adds support for a testbed based on Docker containers running on the local host. Bridging the containers can be done using built-in Linux bridging or using OpenVSwitch bridges. A new resource 'executor' has been added to abstract away command execution on nodes on the testbed. Executors have been created for local command execution, docker exec based command execution and SSH-based command execution. This has also been changed in the prototypes to execute using the correct executor. | ||||
* | storyboard: add replayability | Marco Capitani | 2018-03-16 | 1 | -1/+2 |
| | | | | implements #27 | ||||
* | utils, examples: Add ExperimentManager CM | Marco Capitani | 2017-11-13 | 1 | -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 | ||||
* | build: Add continuous integration | Sander Vrijders | 2017-09-13 | 1 | -0/+56 |
This adds CI to Rumba. |