aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds/jfed.py
Commit message (Collapse)AuthorAgeFilesLines
* model: added proxy field. ssh: added execute_proxy_commandsMarco Capitani2017-06-011-1/+6
|
* rumba: log: Simplified configuration, small fixesMarco Capitani2017-04-211-4/+1
|
* rumba: log: Added logging support, migrated from print to logging.Marco Capitani2017-04-211-15/+24
| | | | | + Added logging, migrated, default logging configuration is to stdout. + Minor PEP8 adjustments all-around
* testbeds: jfed: Add support for custom imageSander Vrijders2017-04-201-1/+12
| | | | | This adds support to select a custom image, which may be handy for the IRATI prototype.
* Merge branch 'wget-jfed' into 'master' vmaffione2017-04-191-2/+17
|\ | | | | | | | | testbeds: jfed: Download jFed CLI if not found See merge request !33
| * testbeds: jfed: Download jFed CLI if not foundSander Vrijders2017-04-141-2/+17
| | | | | | | | | | If the jFed CLI was not found, then Rumba will download it in the current directory.
* | rumba: Add ProxyCommand for jFedSander Vrijders2017-04-131-0/+5
|/ | | | | This adds a proxy command for the jFed testbed so that it can be accessed when someone does not have IPv6.
* 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.