aboutsummaryrefslogtreecommitdiff
path: root/examples/two-layers.py
Commit message (Collapse)AuthorAgeFilesLines
* testbeds: Add docker testbedNick Aerts2018-03-201-3/+3
| | | | | | | | | | | | 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: 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.
* utils, examples: Add ExperimentManager CMMarco Capitani2017-11-131-4/+6
| | | | | | | | 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
* prototypes: rlite: align to the new rlite releaseVincenzo Maffione2017-10-051-1/+1
|
* qemu plugin: automatic download of buildroot imagesVincenzo Maffione2017-06-011-4/+2
|
* model: remove registration and bindingsVincenzo Maffione2017-06-011-3/+1
| | | | Fixes #7
* Logging: added set and reset logging level method, small logging modifications.Marco Capitani2017-04-241-0/+6
|
* model: Split experiment run()Sander Vrijders2017-04-211-1/+5
| | | | | This splits experiment.run() into 4 different operations: swap_in, install_prototype, bootstrap_prototype and swap_out.
* examples: minor changes to use "root" user and passwordVincenzo Maffione2017-04-121-1/+2
|
* testbeds: qemu: modify constructor argumentsVincenzo Maffione2017-04-081-2/+4
| | | | vm_img_folder --> bzimage, initramfs
* examples: fix qemu testbed constructionVincenzo Maffione2017-03-201-3/+1
|
* testbeds: placeholder for QEMU testbedVincenzo Maffione2017-03-191-5/+7
|
* examples: add two layers example (from demonstrator)Vincenzo Maffione2017-03-181-0/+52