aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds/faketestbed.py
Commit message (Collapse)AuthorAgeFilesLines
* rumba: log: Simplified configuration, small fixesMarco Capitani2017-04-211-3/+0
|
* rumba: log: Added logging support, migrated from print to logging.Marco Capitani2017-04-211-1/+10
| | | | | + Added logging, migrated, default logging configuration is to stdout. + Minor PEP8 adjustments all-around
* rumba: simplify cooperation between prototype and testbed pluginsVincenzo Maffione2017-04-071-1/+1
|
* Fix pylint warnings and errorsSander Vrijders2017-03-281-2/+1
| | | | This fixes several warnings and errors as reported by pylint.
* testbeds: Port to new APISander Vrijders2017-03-281-1/+1
| | | | | | 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/+30
This renames the package to rumba, since rhumba was already taken on the PyPi.