aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* prototypes: rlite: align to the new rlite releaseVincenzo Maffione2017-10-051-1/+1
|
* examples: Add snake exampleSander Vrijders2017-09-201-0/+69
| | | | | This adds the snake as an example. It forms a single DIF connected node by node. The number of nodes can be passed as parameter.
* build: Add continuous integrationSander Vrijders2017-09-132-6/+66
| | | | This adds CI to Rumba.
* ssh & model-storyboard: changed ssh API, added node.execute* methodsMarco Capitani2017-06-301-1/+1
|
* IRATI: added per-node policy support, and revamped policy data model.Marco Capitani2017-06-131-2/+4
| | | | | | additional: + fixed small bug rlated to vhost checking in qemu. + example scripts now correctly use policies.
* Merge branch 'master' into policiesMarco Capitani2017-06-134-17/+172
|\
| * examples: Add mouse exampleSander Vrijders2017-06-071-0/+105
| | | | | | | | This adds the infamous mouse to the examples directory.
| * qemu plugin: automatic download of buildroot imagesVincenzo Maffione2017-06-011-4/+2
| |
| * model: remove registration and bindingsVincenzo Maffione2017-06-011-3/+1
| | | | | | | | Fixes #7
| * examples: jfed-rlite: use try-finallyVincenzo Maffione2017-05-311-3/+6
| |
| * Storyboard missing end_user->client changeMarco Capitani2017-05-111-1/+1
| |
| * Storyboard: small fixes to APIMarco Capitani2017-05-111-1/+1
| |
| * Storyboard: added modifications to API to example.pyMarco Capitani2017-05-111-2/+2
| |
| * rumba: model: Add StoryBoard for automated testingSander Vrijders2017-05-091-10/+10
| | | | | | | | | | This adds an initial draft of the API to automate tests on a RINA network.
| * examples: add example to run rlite on jFedVincenzo Maffione2017-04-291-0/+51
| |
* | model: added policy class + policy-oriented API fixesMarco Capitani2017-04-281-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 Capitani2017-04-242-0/+11
|
* model: Split experiment run()Sander Vrijders2017-04-212-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 passwordVincenzo Maffione2017-04-122-2/+4
|
* testbeds: qemu: modify constructor argumentsVincenzo Maffione2017-04-082-7/+9
| | | | vm_img_folder --> bzimage, initramfs
* examples: fix qemu testbed constructionVincenzo Maffione2017-03-201-3/+1
|
* testbeds: placeholder for QEMU testbedVincenzo Maffione2017-03-192-5/+8
|
* examples: add two layers example (from demonstrator)Vincenzo Maffione2017-03-181-0/+52
|
* testbeds, prototypes: Omit dir name from class nameSander Vrijders2017-02-131-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 rumbaSander Vrijders2017-02-091-13/+13
| | | | | This renames the package to rumba, since rhumba was already taken on the PyPi.
* rhumba: Create Python packageSander Vrijders2017-02-091-0/+42
This transforms the repository into a real Python package.