Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils, examples: Add ExperimentManager CM | Marco Capitani | 2017-11-13 | 1 | -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 release | Vincenzo Maffione | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | qemu plugin: automatic download of buildroot images | Vincenzo Maffione | 2017-06-01 | 1 | -4/+2 |
| | |||||
* | model: remove registration and bindings | Vincenzo Maffione | 2017-06-01 | 1 | -3/+1 |
| | | | | Fixes #7 | ||||
* | Logging: added set and reset logging level method, small logging modifications. | Marco Capitani | 2017-04-24 | 1 | -0/+6 |
| | |||||
* | model: Split experiment run() | Sander Vrijders | 2017-04-21 | 1 | -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 password | Vincenzo Maffione | 2017-04-12 | 1 | -1/+2 |
| | |||||
* | testbeds: qemu: modify constructor arguments | Vincenzo Maffione | 2017-04-08 | 1 | -2/+4 |
| | | | | vm_img_folder --> bzimage, initramfs | ||||
* | examples: fix qemu testbed construction | Vincenzo Maffione | 2017-03-20 | 1 | -3/+1 |
| | |||||
* | testbeds: placeholder for QEMU testbed | Vincenzo Maffione | 2017-03-19 | 1 | -5/+7 |
| | |||||
* | examples: add two layers example (from demonstrator) | Vincenzo Maffione | 2017-03-18 | 1 | -0/+52 |