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