aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'readme' into 'master' vmaffione2017-04-202-28/+97
|\ | | | | | | | | Update README See merge request !35
| * Update READMESander Vrijders2017-04-202-28/+97
|/ | | | This updates the README to describe the workflow of Rumba better.
* prototypes: irati: more readable output on enroll messagesVincenzo Maffione2017-04-191-2/+2
|
* irati: remove input() callVincenzo Maffione2017-04-191-1/+0
|
* Merge branch 'irati-issues' into 'master' vmaffione2017-04-193-35/+57
|\ | | | | | | | | Fixes for issues #4 and #5 (irati plugin and vlans) See merge request !34
| * Fixes for issues #4 and #5 (irati plugin and vlans)Marco Capitani2017-04-193-35/+57
| |
* | Merge branch 'wget-jfed' into 'master' vmaffione2017-04-192-3/+18
|\ \ | |/ |/| | | | | testbeds: jfed: Download jFed CLI if not found See merge request !33
| * testbeds: jfed: Download jFed CLI if not foundSander Vrijders2017-04-142-3/+18
| | | | | | | | | | If the jFed CLI was not found, then Rumba will download it in the current directory.
* | qemu: minor fixes to print() statementsVincenzo Maffione2017-04-151-16/+14
| |
* | prototypes: irati: remove run_experiment methodVincenzo Maffione2017-04-151-7/+4
| |
* | Merge branch 'master-marco' into 'master' vmaffione2017-04-1519-93/+1570
|\ \ | | | | | | | | | | | | IRATI config file generation (and other) See merge request !22
| * | Implemented several comments on MR 22:Marco Capitani2017-04-144-85/+107
| | | | | | | | | | | | | | | | | | + Used paramiko for scp (implemented new method in ssh_support + removed (obsoleted) private key for access to vms + used setup_vlans from ssh_support
| * | Tester: moving example .conf filesMarco Capitani2017-04-1412-0/+0
| | |
| * | IRATI: moved generated conf files in IRATI_conf folderMarco Capitani2017-04-141-7/+21
| | |
| * | Bugfixing for IRATI prototype and QEMU testbedMarco Capitani2017-04-1418-163/+863
| | |
| * | Realign with master (MR 29-30)Marco Capitani2017-04-143-6/+13
| |\ \
| * \ \ QEMU: ifname compilation and vm port activationMarco Capitani2017-04-145-206/+400
| |\ \ \
| * | | | IRATI prototype: bootstrap_network method. Now complete & to be tested.Marco Capitani2017-04-132-20/+132
| | | | |
| * | | | Merge branch 'master' into master-marcoMarco Capitani2017-04-1210-57/+172
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Updating with ssh changes (and other)
| * | | | | Resolving node_id issue and general cleanupMarco Capitani2017-04-114-108/+157
| | | | | |
| * | | | | Testing method fixMarco Capitani2017-04-112-8/+6
| | | | | |
| * | | | | IRATI config file generationMarco Capitani2017-04-114-13/+535
| | | | | |
* | | | | | Merge branch 'proxycmd' into 'master' vmaffione2017-04-143-3/+21
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | rumba: Add ProxyCommand for jFed See merge request !31
| * | | | | Merge branch 'master' into proxycmdSander Vrijders2017-04-132-8/+11
| |\ \ \ \ \
| * | | | | | rumba: Add ProxyCommand for jFedSander Vrijders2017-04-133-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a proxy command for the jFed testbed so that it can be accessed when someone does not have IPv6.
* | | | | | | Merge branch 'rlite' into 'master' Sander Vrijders2017-04-141-11/+76
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Implement rlite prototype plugin See merge request !32
| * | | | | | Merge branch 'master' into rliteVincenzo Maffione2017-04-131-1/+1
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | model: avoid printing policies in __repr__Vincenzo Maffione2017-04-131-1/+1
| |_|/ / / / |/| | | | | | | | | | | | | | | | | This makes the output unreadable
| * | | | | prototype: rlite: implement enroll_ipcps()Vincenzo Maffione2017-04-131-0/+15
| | | | | |
| * | | | | prototype: rlite: add execute_commands() method to reuse codeVincenzo Maffione2017-04-131-8/+10
| | | | | |
| * | | | | prototype: rlite: implement register_ipcps()Vincenzo Maffione2017-04-131-1/+15
| | | | | |
| * | | | | prototype: rlite: configure shim-eth IPCPsVincenzo Maffione2017-04-131-0/+7
| | | | | |
| * | | | | prototypes: rlite: implement create_ipcps()Vincenzo Maffione2017-04-131-7/+34
|/ / / / /
* | | | | Merge branch 'ssh-fix' into 'master' vmaffione2017-04-132-8/+11
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | rumba: ssh_support: Fix passing of array See merge request !30
| * | | | rumba: ssh_support: Fix passing of arraySander Vrijders2017-04-132-8/+11
|/ / / / | | | | | | | | | | | | | | | | The array was returned back instead of the raw output of stdout after executing a command, resulting in weird behaviour.
* | | | Merge branch 'ssh_support' into 'master' vmaffione2017-04-132-3/+7
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | rumba: ssh_support: Fix return of stdout See merge request !29
| * | | rumba: ssh_support: Fix return of stdoutSander Vrijders2017-04-132-3/+7
|/ / / | | | | | | | | | | | | Stdout was not being returned properly after a recent commit. This fixes it.
* | | Merge branch 'master-tester' into 'master' vmaffione2017-04-133-100/+249
|\ \ \ | | | | | | | | | | | | | | | | Added Testing scripts and demonstrator conf to rumba converter See merge request !24
| * | | Tester: fixed parsing of prototype parameter.Marco Capitani2017-04-131-6/+6
| | | |
| * | | Tester finishing touches: code cleanup and used choices.Marco Capitani2017-04-131-17/+18
| | | |
| * | | Merge branch 'master-tester' of https://gitlab.com/arcfire/rumba into ↵Marco Capitani2017-04-121-27/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | master-tester Technical merge
| | * | | Added Testing scripts and demonstrator conf to rumba converterMarco Capitani2017-04-119-0/+951
| | | | |
| * | | | Rumba tester v2: all-in-one testing toolMarco Capitani2017-04-1211-939/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deep reworking of the testing tool, it can be provided with a (demo-like) .conf file, a testbed and a prototype, and it auto-runs the experiment. Removed generated testing scripts.
| * | | | Added Testing scripts and demonstrator conf to rumba converterMarco Capitani2017-04-129-0/+951
| | |_|/ | |/| |
* | | | Merge branch 'vincenzo' into 'master' vmaffione2017-04-121-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | ssh_support: prepend PATH extension to every command See merge request !28
| * | | | ssh_support: prepend PATH extension to every commandVincenzo Maffione2017-04-121-0/+2
|/ / / /
* | | | Merge branch 'vincenzo' into 'master' Sander Vrijders2017-04-121-27/+12
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Verbose SSH command output See merge request !27
| * | | ssh_support: simplify execute_commandVincenzo Maffione2017-04-121-19/+1
| | | |
| * | | ssh_support: print each SSH command executedVincenzo Maffione2017-04-121-2/+2
| | | |
| * | | ssh_support: print both stdout and stderr for ssh commandsVincenzo Maffione2017-04-121-6/+9
|/ / /