aboutsummaryrefslogtreecommitdiff
path: root/rumba
Commit message (Expand)AuthorAgeFilesLines
* testbeds: jfed: Download jFed CLI if not foundSander Vrijders2017-04-141-2/+17
* Merge branch 'master' into rliteVincenzo Maffione2017-04-131-1/+1
|\
| * model: avoid printing policies in __repr__Vincenzo Maffione2017-04-131-1/+1
* | 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
|/
* rumba: ssh_support: Fix passing of arraySander Vrijders2017-04-132-8/+11
* rumba: ssh_support: Fix return of stdoutSander Vrijders2017-04-132-3/+7
* Merge branch 'master-tester' into 'master' vmaffione2017-04-132-100/+1
|\
| * Rumba tester v2: all-in-one testing toolMarco Capitani2017-04-122-100/+1
* | ssh_support: prepend PATH extension to every commandVincenzo Maffione2017-04-121-0/+2
* | 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
|/
* 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-122-1/+2
* ssh_support: Pass SSHConfig instead of only hostnameSander Vrijders2017-04-118-37/+47
* prototypes: ouroboros: Implement all commandsSander Vrijders2017-04-111-5/+91
* Forced teardown. Ignores errors and makes sure that everything is pulled down.Marco Capitani2017-04-102-28/+33
* 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-082-5/+10
* testbeds: qemu: port to python3, use explicit module namesVincenzo Maffione2017-04-081-28/+27
* rumba: simplify cooperation between prototype and testbed pluginsVincenzo Maffione2017-04-078-18/+27
* Merge branch 'master-conf' into 'master' vmaffione2017-04-071-0/+100
|\
| * 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
* | Raising exceptions, authentication through getpassMarco Capitani2017-04-061-10/+17
* | Parallelization and splitting of the scriptMarco Capitani2017-04-051-77/+189
|/
* qemu testbed done & workingMarco Capitani2017-04-041-40/+75
* qemu testbed first draftMarco Capitani2017-03-301-1/+125
* Fix pylint warnings and errorsSander Vrijders2017-03-289-73/+72
* testbeds: hide per-ipcp testbed-specific dataVincenzo Maffione2017-03-282-6/+8
* testbeds: Port to new APISander Vrijders2017-03-285-155/+88
* model: add per-IPCP self-enrolled informationVincenzo Maffione2017-03-241-2/+20
* model: store the enrollments as a global list to preserve global orderingVincenzo Maffione2017-03-241-25/+21
* model: add IPCP subclasses and DIF.get_ipcp_class()Vincenzo Maffione2017-03-191-3/+24
* README: add sketch of the high level designVincenzo Maffione2017-03-191-0/+4
* model: add missing __repr__ methodsVincenzo Maffione2017-03-191-0/+10
* testbeds: placeholder for QEMU testbedVincenzo Maffione2017-03-192-1/+31
* model: call Experiment.generate() in Experiment constructorVincenzo Maffione2017-03-191-0/+5
* model: compute_ipcps(): compute enrollmentsVincenzo Maffione2017-03-191-6/+16
* model: Node.ipcps list generated in topological orderVincenzo Maffione2017-03-191-1/+5
* model: compute_ipcps(): compute registrationsVincenzo Maffione2017-03-191-1/+9
* model: compute_ipcps(): create IPCP instancesVincenzo Maffione2017-03-191-1/+9
* model: add Node._validate() to check for consistencyVincenzo Maffione2017-03-191-8/+36