aboutsummaryrefslogtreecommitdiff
path: root/rumba
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | 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.
* 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.
* 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
| | | | 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-078-18/+27
|
* 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
| |
* | 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
| | | | This fixes several warnings and errors as reported by pylint.
* testbeds: hide per-ipcp testbed-specific dataVincenzo Maffione2017-03-282-6/+8
|
* 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.
* 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.
* 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
|
* model: add IPCP classVincenzo Maffione2017-03-191-3/+34
|
* model: more compact debug print for DIF graphsVincenzo Maffione2017-03-191-2/+3
|
* class DIF and Node: add necessary methods for use in dict() and set()Vincenzo Maffione2017-03-191-0/+18
|
* mode: compute per-DIF enrollmentsVincenzo Maffione2017-03-191-10/+86
|
* model: compute DIF topological orderingVincenzo Maffione2017-03-181-0/+63
|
* rumba: avoid dict.items to ease portability across Python versionsVincenzo Maffione2017-03-181-4/+7
|
* model: fix __repr__ to correctly handle multiple registration entriesVincenzo Maffione2017-03-181-12/+16
|
* model, prototypes: Change default list parameterSander Vrijders2017-03-064-37/+53
| | | | | | This fixes a bug where the same list was used in every instantiation of a class. Apparently you have to pass 'None' as parameter and check for that instead of passing the default constructor of the list.
* testbeds, prototypes: Omit dir name from class nameSander Vrijders2017-02-136-20/+22
| | | | | The directory name was always prepended to the class name, but since they are in distinct namespaces this could be easily removed.
* emulab: Fix complete experiment graphSander Vrijders2017-02-131-3/+3
| | | | During a previous refactor emulab support got broken, this fixes it.
* rumba: Rename package to rumbaSander Vrijders2017-02-0911-0/+992
This renames the package to rumba, since rhumba was already taken on the PyPi.