aboutsummaryrefslogtreecommitdiff
path: root/emulab_support.py
Commit message (Collapse)AuthorAgeFilesLines
* rhumba: Add Ouroboros commands and SSH helpersSander Vrijders2017-02-031-107/+2
| | | | | | This adds initial support for Ouroboros. It installs and sets up the stack, and binds ap names to names. It also moves the SSH helper functions to common ground, so that every file can use them.
* rhumba: Remove experiment name and add more infoSander Vrijders2017-02-031-0/+1
| | | | | | This removes the experiment name in the different experiments. It also adds some more info to the Node class, such as the full URL of the node after swap-in.
* rhumba: Add jFed supportSander Vrijders2017-01-241-18/+10
| | | | | | | This adds jFed support. You need to direct the python script to the jFed CLI jar when creating a jFedTestbed, as well as directing it to your certificate. The passphrase for this certificate will be asked upon starting.
* rhumba: Add emulab supportSander Vrijders2017-01-201-0/+336
Now the defined experiment can already be run on the Virtual Wall (1 and 2). The user has to create an EmulabTestbed object and fill it in with the correct info. Next step would be adding jFed as a testbed so that the user can choose which testbed software to use.