aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds
Commit message (Collapse)AuthorAgeFilesLines
...
* testsbeds: qemu: qemu logs directory defaults to pwdVincenzo Maffione2017-04-081-3/+3
|
* testbeds: qemu: modify constructor argumentsVincenzo Maffione2017-04-081-5/+8
| | | | 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-074-5/+5
|
* 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-284-30/+27
| | | | 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-284-79/+71
| | | | | | 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.
* README: add sketch of the high level designVincenzo Maffione2017-03-191-0/+4
|
* testbeds: placeholder for QEMU testbedVincenzo Maffione2017-03-191-0/+30
|
* testbeds, prototypes: Omit dir name from class nameSander Vrijders2017-02-133-9/+9
| | | | | 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-094-0/+426
This renames the package to rumba, since rhumba was already taken on the PyPi.