Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Add continuous integration | Sander Vrijders | 2017-09-13 | 2 | -6/+66 |
| | | | | This adds CI to Rumba. | ||||
* | ssh & model-storyboard: changed ssh API, added node.execute* methods | Marco Capitani | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | IRATI: added per-node policy support, and revamped policy data model. | Marco Capitani | 2017-06-13 | 1 | -2/+4 |
| | | | | | | additional: + fixed small bug rlated to vhost checking in qemu. + example scripts now correctly use policies. | ||||
* | Merge branch 'master' into policies | Marco Capitani | 2017-06-13 | 4 | -17/+172 |
|\ | |||||
| * | examples: Add mouse example | Sander Vrijders | 2017-06-07 | 1 | -0/+105 |
| | | | | | | | | This adds the infamous mouse to the examples directory. | ||||
| * | 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 | ||||
| * | examples: jfed-rlite: use try-finally | Vincenzo Maffione | 2017-05-31 | 1 | -3/+6 |
| | | |||||
| * | Storyboard missing end_user->client change | Marco Capitani | 2017-05-11 | 1 | -1/+1 |
| | | |||||
| * | Storyboard: small fixes to API | Marco Capitani | 2017-05-11 | 1 | -1/+1 |
| | | |||||
| * | Storyboard: added modifications to API to example.py | Marco Capitani | 2017-05-11 | 1 | -2/+2 |
| | | |||||
| * | rumba: model: Add StoryBoard for automated testing | Sander Vrijders | 2017-05-09 | 1 | -10/+10 |
| | | | | | | | | | | This adds an initial draft of the API to automate tests on a RINA network. | ||||
| * | examples: add example to run rlite on jFed | Vincenzo Maffione | 2017-04-29 | 1 | -0/+51 |
| | | |||||
* | | model: added policy class + policy-oriented API fixes | Marco Capitani | 2017-04-28 | 1 | -4/+5 |
|/ | | | | | | | | + Added policy class + Adapted NormalDIF class to use new policy class + NormalDIF constructor argument policy has changed format (parameters dict is now mandatory, added empty dicts where it was not passed) + Added Node.policies field (type: dict[DIF -> Policy]) | ||||
* | Logging: added set and reset logging level method, small logging modifications. | Marco Capitani | 2017-04-24 | 2 | -0/+11 |
| | |||||
* | model: Split experiment run() | Sander Vrijders | 2017-04-21 | 2 | -2/+10 |
| | | | | | 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 | 2 | -2/+4 |
| | |||||
* | testbeds: qemu: modify constructor arguments | Vincenzo Maffione | 2017-04-08 | 2 | -7/+9 |
| | | | | 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 | 2 | -5/+8 |
| | |||||
* | examples: add two layers example (from demonstrator) | Vincenzo Maffione | 2017-03-18 | 1 | -0/+52 |
| | |||||
* | testbeds, prototypes: Omit dir name from class name | Sander Vrijders | 2017-02-13 | 1 | -6/+5 |
| | | | | | The directory name was always prepended to the class name, but since they are in distinct namespaces this could be easily removed. | ||||
* | rumba: Rename package to rumba | Sander Vrijders | 2017-02-09 | 1 | -13/+13 |
| | | | | | This renames the package to rumba, since rhumba was already taken on the PyPi. | ||||
* | rhumba: Create Python package | Sander Vrijders | 2017-02-09 | 1 | -0/+42 |
This transforms the repository into a real Python package. |