aboutsummaryrefslogtreecommitdiff
path: root/examples/two-layers.py
Commit message (Collapse)AuthorAgeFilesLines
* 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