aboutsummaryrefslogtreecommitdiff
path: root/examples/converged-operator-network.py
Commit message (Collapse)AuthorAgeFilesLines
* testbeds: Set default project to rumbaSander Vrijders2018-07-271-1/+1
| | | | | This will set the default project name to rumba for most testbeds, since a dedicated group for rumba experiments has been setup.
* examples: fix several small issues (import log and sb.generate)Marco Capitani2018-04-051-0/+1
|
* testbeds: Add docker testbedNick Aerts2018-03-201-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.
* utils & storyboard: add syslog retrieval functionalityMarco Capitani2018-02-271-2/+2
| | | | | Implements #39. Also updated examples.
* examples: Fix Converged Operator exampleDimitri Staessens2018-02-121-20/+19
| | | | | There were some bad registrations in the core. Some rearrangements in other registrations for consistency.
* examples: Fix converged operator exampleDimitri Staessens2018-01-201-24/+21
| | | | The converged operator example contained some bugs and didn't work anymore with the new checks.
* storyboard: re-add run_command methodMarco Capitani2018-01-111-1/+1
| | | | | | | | | Also: logging fix in ssh_support, Enabling changes: storyboard: refactor 'start' method, it was getting big some more minor storyboard refactoring for decoupling update examples to new syntax
* examples: Add import for storyboardSander Vrijders2017-11-211-0/+1
| | | | | This adds a missing import of the storyboard for the two layers and the converged operator example.
* examples: add example for converged operator networkVincenzo Maffione2017-11-141-0/+201