aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
|/ / /
* | | Merge branch 'vincenzo' into 'master' Sander Vrijders2017-04-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | ssh_support: use ssh_config in copy_file_to_testbed See merge request !26
| * | | ssh_support: use ssh_config in copy_file_to_testbedVincenzo Maffione2017-04-121-1/+1
|/ / /
* | | prototypes: rlite: only modprobe modules for the moment beingVincenzo Maffione2017-04-121-8/+14
| | |
* | | testbed: qemu: minor changes to allow last VM batch to bootVincenzo Maffione2017-04-121-3/+11
| | |
* | | examples: minor changes to use "root" user and passwordVincenzo Maffione2017-04-124-3/+6
| | |
* | | Merge branch 'sander' into 'master' vmaffione2017-04-128-37/+47
|\ \ \ | |/ / |/| | | | | | | | ssh_support: Pass SSHConfig instead of only hostname See merge request !25
| * | ssh_support: Pass SSHConfig instead of only hostnameSander Vrijders2017-04-118-37/+47
|/ / | | | | | | | | | | Only the hostname was passed to the ssh_support component. This passes an object that can also hold the port number. It can be extended to take other things as well, such as a proxy.
* | Merge branch 'sander' into 'master' vmaffione2017-04-111-5/+91
|\ \ | | | | | | | | | | | | prototypes: ouroboros: Implement all commands See merge request !23
| * | prototypes: ouroboros: Implement all commandsSander Vrijders2017-04-111-5/+91
|/ / | | | | | | | | | | This will implement all the commands necessary for bootstrapping a network that runs Ouroboros. APs are be bound to a name, IPCPs either bootstrapped or enrolled, and names registered in DIFs.
* | Merge branch 'master-marco' into 'master' vmaffione2017-04-102-28/+33
|\| | | | | | | | | Forced teardown. See merge request !21
| * Forced teardown. Ignores errors and makes sure that everything is pulled down.Marco Capitani2017-04-102-28/+33
|/
* Merge branch 'vincenzo' into 'master' vmaffione2017-04-0811-73/+86
|\ | | | | | | | | rumba: simplify cooperation between prototype and testbed plugins See merge request !20
| * testbeds: qemu: use % for formatting stringsVincenzo Maffione2017-04-081-8/+8
| |
| * testsbeds: qemu: qemu logs directory defaults to pwdVincenzo Maffione2017-04-081-3/+3
| |
| * testbeds: qemu: modify constructor argumentsVincenzo Maffione2017-04-084-12/+19
| | | | | | | | vm_img_folder --> bzimage, initramfs
| * testbeds: qemu: port to python3, use explicit module namesVincenzo Maffione2017-04-081-28/+27
| |
| * rumba: simplify cooperation between prototype and testbed pluginsVincenzo Maffione2017-04-079-24/+31
|/
* update AUTHORSVincenzo Maffione2017-04-071-0/+1
|
* Merge branch 'master-conf' into 'master' vmaffione2017-04-071-0/+100
|\ | | | | | | | | Method parsing .conf files See merge request !19
| * Changed method name to 'from_config_file'Marco Capitani2017-04-061-1/+1
| |
| * method for making an experiment from a .conf file with demo syntaxMarco Capitani2017-04-061-0/+100
| |
* | Merge branch 'master-marco' into 'master' vmaffione2017-04-061-76/+195
|\ \ | |/ |/| | | | | Parallelization and splitting of the script See merge request !18
| * Raising exceptions, authentication through getpassMarco Capitani2017-04-061-10/+17
| |
| * Parallelization and splitting of the scriptMarco Capitani2017-04-051-77/+189
| |
* | Merge branch 'master-marco' into 'master' vmaffione2017-04-042-4/+166
|\| | | | | | | | | qemu testbed See merge request !17
| * qemu testbed done & workingMarco Capitani2017-04-041-40/+75
| |
| * qemu testbed first draftMarco Capitani2017-03-302-1/+128
|/
* Merge branch 'master-pylint' into 'master' vmaffione2017-03-289-73/+72
|\ | | | | | | | | Fix pylint warnings and errors See merge request !16
| * Fix pylint warnings and errorsSander Vrijders2017-03-289-73/+72
|/ | | | This fixes several warnings and errors as reported by pylint.
* Merge branch 'vincenzo' into 'master' Sander Vrijders2017-03-282-6/+8
|\ | | | | | | | | testbeds: hide per-ipcp testbed-specific data See merge request !15
| * testbeds: hide per-ipcp testbed-specific dataVincenzo Maffione2017-03-282-6/+8
|/
* Merge branch 'master-testbeds-interface' into 'master' vmaffione2017-03-285-155/+88
|\ | | | | | | | | testbeds: Port to new API See merge request !14
| * testbeds: Port to new APISander Vrijders2017-03-285-155/+88
|/ | | | | | The new API passes the Experiment instance to the testbeds, so that the configs for the testbeds can be generated starting from the IPCPs. The classes Link, Interface, P2PLink have been deprecated.
* Merge branch 'vincenzo' into 'master' Sander Vrijders2017-03-241-2/+20
|\ | | | | | | | | model: add per-IPCP self-enrolled information See merge request !13
| * model: add per-IPCP self-enrolled informationVincenzo Maffione2017-03-241-2/+20
| | | | | | | | This boolean field is true if the IPCP auto-enrolls in its DIF.
* | Merge branch 'vincenzo' into 'master' Sander Vrijders2017-03-241-25/+21
|\| | | | | | | | | model: store the enrollments as a global list to preserve global ordering See merge request !12
| * model: store the enrollments as a global list to preserve global orderingVincenzo Maffione2017-03-241-25/+21
| |