aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* model: remove registration and bindingsVincenzo Maffione2017-06-014-79/+5
| | | | Fixes #7
* README: add info about dependenciesVincenzo Maffione2017-05-311-0/+7
| | | | Fixes #8.
* examples: jfed-rlite: use try-finallyVincenzo Maffione2017-05-311-3/+6
|
* Merge branch 'align' into 'master'Vincenzo Maffione2017-05-201-0/+3
|\ | | | | | | | | prototypes: irati: align setup to new kernel build system See merge request !46
| * prototypes: irati: align setup to new kernel build systemVincenzo Maffione2017-05-201-0/+3
|/
* Merge branch 'sander' into 'master' Sander Vrijders2017-05-112-11/+136
|\ | | | | | | | | StoryBoard API proposal See merge request !45
| * Storyboard missing end_user->client changeMarco Capitani2017-05-111-1/+1
| |
| * Storyboard: small fixes to APIMarco Capitani2017-05-112-5/+6
| |
| * Storyboard: added modifications to API to example.pyMarco Capitani2017-05-112-8/+43
| |
| * Storyboard: additions to the modelMarco Capitani2017-05-101-2/+26
| | | | | | | | Means of distributions and other required fields.
| * rumba: model: Add StoryBoard for automated testingSander Vrijders2017-05-092-11/+76
|/ | | | | This adds an initial draft of the API to automate tests on a RINA network.
* Merge branch 'master' of gitlab.com:arcfire/rumbaSander Vrijders2017-05-033-11/+74
|\
| * examples: add example to run rlite on jFedVincenzo Maffione2017-04-291-0/+51
| |
| * prototypes: rlite: add temporary jfed-specific variables in install_prototypeVincenzo Maffione2017-04-291-2/+2
| |
| * README.md: update with JFed-specific instructions to access nodesVincenzo Maffione2017-04-291-9/+21
| |
* | rumba: Update to version 0.3Sander Vrijders2017-04-281-1/+1
|/
* prototypes: rlite: add sudo when neededVincenzo Maffione2017-04-281-5/+13
|
* prototypes: rlite: add depmodVincenzo Maffione2017-04-281-1/+3
|
* prototypes: rlite: add sudo commandsVincenzo Maffione2017-04-281-2/+2
|
* Merge branch 'jfed-irati-fixes' into 'master' Sander Vrijders2017-04-282-5/+20
|\ | | | | | | | | Small fixes for jfed-irati compatibility See merge request !43
| * ssh_support: added proxy_command to copy path to testbedMarco Capitani2017-04-282-5/+20
| | | | | | | | | | other: fix to democonf2rumba jfed arguments
* | Merge branch 'vincenzo' into 'master' Sander Vrijders2017-04-281-8/+13
|\ \ | |/ |/| | | | | model: fix bug in bootstrapper computation See merge request !42
| * model: fix bug in bootstrapper computationVincenzo Maffione2017-04-281-8/+13
|/ | | | | The bootstrapper computation must happen in a separate phase, after both IPCPs computation and enrollment computation.
* Merge branch 'logging-levels' into 'master' Sander Vrijders2017-04-241-1/+1
|\ | | | | | | | | Fixed default level to DEBUG See merge request !41
| * Fixed default level to DEBUGMarco Capitani2017-04-241-1/+1
| |
* | Merge branch 'logging-levels' into 'master' Sander Vrijders2017-04-247-24/+141
|\| | | | | | | | | Logging: added set and reset logging level method, small logging modifications. See merge request !40
| * Log: fixed typo (Rumba in caps)Marco Capitani2017-04-241-1/+1
| |
| * Logging: added set and reset logging level method, small logging modifications.Marco Capitani2017-04-247-24/+141
| |
* | Merge branch 'fix-enrollment' into 'master' Sander Vrijders2017-04-244-32/+47
|\ \ | |/ |/| | | | | model, prototypes: enrollment lists contain IPCP objects rather than Node ones See merge request !39
| * model, prototypes: enrollment lists contain IPCP objects rather than Node onesVincenzo Maffione2017-04-214-32/+47
|/ | | | | | | This fixes a conceptual bug, that was leading to unnecessary workarounds in the prototype plugins. All the plugins have been modified to use the correct format of enrollment lists.
* model: compute IPCPs before the list enrollmentVincenzo Maffione2017-04-211-1/+1
|
* setup.py: add #! headerVincenzo Maffione2017-04-211-0/+2
|
* prototypes: irati: use python built-in sleep function for sleepingVincenzo Maffione2017-04-211-1/+2
|
* testbeds: qemu: minor rearrangements on log printsVincenzo Maffione2017-04-211-9/+9
|
* testbeds: qemu: remove -nographic optionVincenzo Maffione2017-04-211-2/+1
| | | | | This was causing occasional corruption of terminal stdout. Fixes #1.
* irati, rlite, qemu: remove unnecessary banners in log outputVincenzo Maffione2017-04-213-16/+16
|
* Merge branch 'logging' into 'master' vmaffione2017-04-2111-186/+262
|\ | | | | | | | | rumba: log: Added logging support, migrated from print to logging. See merge request !38
| * rumba: log: Reformatting logs in order to 'save screen real estate'Marco Capitani2017-04-211-2/+8
| |
| * rumba: log: Simplified configuration, small fixesMarco Capitani2017-04-214-42/+22
| |
| * Merge branch 'master' into logging (split merged)Marco Capitani2017-04-217-56/+90
| |\ | |/ |/|
* | prototypes: rlite: minor naming changeVincenzo Maffione2017-04-211-17/+14
| |
* | Merge branch 'split' into 'master' vmaffione2017-04-217-46/+87
|\ \ | | | | | | | | | | | | model: Split experiment run() See merge request !37
| * | model: Split experiment run()Sander Vrijders2017-04-217-46/+87
| | | | | | | | | | | | | | | This splits experiment.run() into 4 different operations: swap_in, install_prototype, bootstrap_prototype and swap_out.
| | * rumba: log: Added logging support, migrated from print to logging.Marco Capitani2017-04-2111-166/+260
| |/ |/| | | | | | | + Added logging, migrated, default logging configuration is to stdout. + Minor PEP8 adjustments all-around
* | Merge branch 'jfed-image' into 'master' vmaffione2017-04-201-1/+12
|\ \ | |/ |/| | | | | testbeds: jfed: Add support for custom image See merge request !36
| * testbeds: jfed: Add support for custom imageSander Vrijders2017-04-201-1/+12
|/ | | | | This adds support to select a custom image, which may be handy for the IRATI prototype.
* build: Fix setup.pySander Vrijders2017-04-201-1/+1
| | | | setup.py was trying to read README, which was renamed to README.md
* Fix README.md listsSander Vrijders2017-04-201-16/+15
| | | | | This changes an unordered list to an ordered list since gitlab does not allow mixing the two.
* Fix gitlab specific rendering of markdownSander Vrijders2017-04-201-11/+11
| | | | | Gitlab renders the README differently than most markdown parsers, this should hopefully fix it.
* Update README.mdSander Vrijders2017-04-201-18/+19
| | | | This fixes some typos in the README