aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds/jfed.py
Commit message (Collapse)AuthorAgeFilesLines
...
* ssh_support: Pass SSHConfig instead of only hostnameSander Vrijders2017-04-111-2/+2
| | | | | | 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.
* rumba: simplify cooperation between prototype and testbed pluginsVincenzo Maffione2017-04-071-1/+1
|
* Fix pylint warnings and errorsSander Vrijders2017-03-281-9/+8
| | | | This fixes several warnings and errors as reported by pylint.
* testbeds: hide per-ipcp testbed-specific dataVincenzo Maffione2017-03-281-4/+5
|
* testbeds: Port to new APISander Vrijders2017-03-281-41/+37
| | | | | | 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.
* testbeds, prototypes: Omit dir name from class nameSander Vrijders2017-02-131-3/+3
| | | | | The directory name was always prepended to the class name, but since they are in distinct namespaces this could be easily removed.
* rumba: Rename package to rumbaSander Vrijders2017-02-091-0/+152
This renames the package to rumba, since rhumba was already taken on the PyPi.