aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds
Commit message (Collapse)AuthorAgeFilesLines
...
| | * qemu plugin: automatic download of buildroot imagesVincenzo Maffione2017-06-011-3/+19
| | |
| * | model: added proxy field. ssh: added execute_proxy_commandsMarco Capitani2017-06-011-1/+6
| |/
* | jfed-irati absolute'ed paths, added mac2ifname.shMarco Capitani2017-06-012-0/+4
| |
* | jfed-irati: fixes after rumba imageMarco Capitani2017-05-311-1/+1
| |
* | jfed-irati small fixes for compatibilityMarco Capitani2017-05-101-4/+29
|/
* Logging: added set and reset logging level method, small logging modifications.Marco Capitani2017-04-241-0/+9
|
* testbeds: qemu: minor rearrangements on log printsVincenzo Maffione2017-04-211-9/+9
|
* testbeds: qemu: remove -nographic optionVincenzo Maffione2017-04-211-2/+1
| | | | | This was causing occasional corruption of terminal stdout. Fixes #1.
* irati, rlite, qemu: remove unnecessary banners in log outputVincenzo Maffione2017-04-211-3/+3
|
* rumba: log: Simplified configuration, small fixesMarco Capitani2017-04-213-10/+1
|
* rumba: log: Added logging support, migrated from print to logging.Marco Capitani2017-04-214-64/+96
| | | | | + 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 'irati-issues' into 'master' vmaffione2017-04-191-10/+4
|\ | | | | | | | | Fixes for issues #4 and #5 (irati plugin and vlans) See merge request !34
| * Fixes for issues #4 and #5 (irati plugin and vlans)Marco Capitani2017-04-191-10/+4
| |
* | 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.
* | qemu: minor fixes to print() statementsVincenzo Maffione2017-04-151-16/+14
| |
* | Merge branch 'master-marco' into 'master' vmaffione2017-04-151-38/+112
|\ \ | | | | | | | | | | | | IRATI config file generation (and other) See merge request !22
| * | Implemented several comments on MR 22:Marco Capitani2017-04-141-11/+2
| | | | | | | | | | | | | | | | | | + Used paramiko for scp (implemented new method in ssh_support + removed (obsoleted) private key for access to vms + used setup_vlans from ssh_support
| * | Bugfixing for IRATI prototype and QEMU testbedMarco Capitani2017-04-141-9/+18
| | |
| * | Realign with master (MR 29-30)Marco Capitani2017-04-141-2/+2
| |\|
| * | QEMU: ifname compilation and vm port activationMarco Capitani2017-04-141-0/+39
| |\ \
| * | | IRATI prototype: bootstrap_network method. Now complete & to be tested.Marco Capitani2017-04-131-3/+2
| | | |
| * | | Merge branch 'master' into master-marcoMarco Capitani2017-04-123-19/+31
| |\| | | | | | | | | | | | | | Updating with ssh changes (and other)
| * | | Resolving node_id issue and general cleanupMarco Capitani2017-04-111-35/+62
| | | |
| * | | IRATI config file generationMarco Capitani2017-04-111-6/+14
| | | |
* | | | Merge branch 'master' into proxycmdSander Vrijders2017-04-131-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | rumba: ssh_support: Fix passing of arraySander Vrijders2017-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | The array was returned back instead of the raw output of stdout after executing a command, resulting in weird behaviour.
* | | | 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.
* | / rumba: ssh_support: Fix return of stdoutSander Vrijders2017-04-131-1/+1
| |/ |/| | | | | | | Stdout was not being returned properly after a recent commit. This fixes it.
* | testbed: qemu: minor changes to allow last VM batch to bootVincenzo Maffione2017-04-121-3/+11
| |
* | ssh_support: Pass SSHConfig instead of only hostnameSander Vrijders2017-04-113-14/+17
|/ | | | | | 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.
* Forced teardown. Ignores errors and makes sure that everything is pulled down.Marco Capitani2017-04-101-20/+24
|
* testbeds: qemu: use % for formatting stringsVincenzo Maffione2017-04-081-8/+8
|
* 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.