aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* tools: Add script to subtract two bandwidth csvSander Vrijders2018-06-292-6/+56
| | | | | This adds a script to subtract two csv with bandwidth results from each other. It can then be passed to bw_graph.py.
* tools: Add script to generate bandwidth graphsSander Vrijders2018-06-051-0/+117
| | | | | | This adds a script to generate bandwidth graphs from an exported bandwidth csv. It will color the nodes and links depending on the load and also adjust the thickness of the edges.
* tools: update democonf2rumbaMarco Capitani2018-05-031-5/+18
| | | | fixes #53
* storyboard: make Script class privateMarco Capitani2018-03-261-1/+1
| | | | | | | | | The Script class has been made private as the script field of the Storyboard class. All script-related functions are now accessible as methods of the storyboard class. In other news: Made the script path in script-example.py pwd resilient.
* testbeds: Add docker testbedNick Aerts2018-03-201-3/+3
| | | | | | | | | | | | This adds support for a testbed based on Docker containers running on the local host. Bridging the containers can be done using built-in Linux bridging or using OpenVSwitch bridges. A new resource 'executor' has been added to abstract away command execution on nodes on the testbed. Executors have been created for local command execution, docker exec based command execution and SSH-based command execution. This has also been changed in the prototypes to execute using the correct executor.
* storyboard: add replayabilityMarco Capitani2018-03-161-0/+88
| | | | implements #27
* tools: Update rumba-access to new proxy commandSander Vrijders2017-11-071-4/+4
| | | | | | | | After the refactor of ssh_support to use the native paramiko way to setup an ssh connection via a proxy, rumba-access stopped working, since it relied on the exporting of the proxy command to ssh_info. This commit updates rumba-access to take the refactor into account.
* rumba: Better placement of files created by RumbaSander Vrijders2017-06-191-1/+1
| | | | | | | | | Temporary files such as ssh_info, the rspecs, logs, ... are now created in /tmp/rumba to avoid too many files being created and never removed. The VM images and jFed CLI are kept in ~/.cache/rumba to avoid redownloading every reboot. Closes #18, #19
* Merge branch 'master' into jfed-irati-fixes (rumba access)Marco Capitani2017-06-131-6/+15
|\
| * tools: Revert rumba-access to initial stateSander Vrijders2017-06-131-7/+3
| | | | | | | | | | This reverts the script to its original state since it was not functioning properly.
| * tools: Fix rumba access scriptSander Vrijders2017-06-121-2/+3
| | | | | | | | This fixes some errors in the rumba access script.
| * tools: rumba-access: rearrange scriptVincenzo Maffione2017-06-081-4/+6
| |
| * tools: Update access script to use proxySander Vrijders2017-06-071-5/+15
| | | | | | | | | | | | The proxy command was not added to the file generated with ssh info. This adds it, and changes the access script to use it if it is there.
* | tools: democonf updated; irati: added sleep after ipcm startMarco Capitani2017-06-081-1/+1
|/
* rumba: add initial version of rumba-accessVincenzo Maffione2017-06-071-0/+31
|
* ssh_support: added proxy_command to copy path to testbedMarco Capitani2017-04-281-4/+13
| | | | | other: fix to democonf2rumba jfed arguments
* Logging: added set and reset logging level method, small logging modifications.Marco Capitani2017-04-241-2/+12
|
* model: Split experiment run()Sander Vrijders2017-04-211-1/+6
| | | | | This splits experiment.run() into 4 different operations: swap_in, install_prototype, bootstrap_prototype and swap_out.
* Tester: moving example .conf filesMarco Capitani2017-04-1412-0/+0
|
* Bugfixing for IRATI prototype and QEMU testbedMarco Capitani2017-04-1413-2/+537
|
* QEMU: ifname compilation and vm port activationMarco Capitani2017-04-141-4/+12
|
* Tester: fixed parsing of prototype parameter.Marco Capitani2017-04-131-6/+6
|
* Tester finishing touches: code cleanup and used choices.Marco Capitani2017-04-131-17/+18
|
* Merge branch 'master-tester' of https://gitlab.com/arcfire/rumba into ↵Marco Capitani2017-04-121-27/+27
|\ | | | | | | | | | | master-tester Technical merge
| * Added Testing scripts and demonstrator conf to rumba converterMarco Capitani2017-04-111-0/+176
|
* Rumba tester v2: all-in-one testing toolMarco Capitani2017-04-121-64/+135
| | | | | | Deep reworking of the testing tool, it can be provided with a (demo-like) .conf file, a testbed and a prototype, and it auto-runs the experiment. Removed generated testing scripts.
* Added Testing scripts and demonstrator conf to rumba converterMarco Capitani2017-04-121-0/+176