aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge branch 'small_fixes' into 'master'Sander Vrijders2017-06-151-2/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | jFed: added backoff; model: fix for rumba-access See merge request !59
| * | | | model:reverted directory change for ssh_infoMarco Capitani2017-06-151-1/+1
| | | | |
| * | | | jFed: added backoff; model: fix for rumba-accessMarco Capitani2017-06-152-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + added 2 seconds sleep after jfed cli returns to avoid calling not-yet-ready nodes. + moved ssh_info to tools/ folder i.e. where rumba-access assumes it is.
* | | | | Merge branch '14-__init__-got-an-unexpected-keyword-argument-style' into ↵Sander Vrijders2017-06-152-9/+8
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "__init__() got an unexpected keyword argument 'style'" Closes #14 See merge request !58
| * | | | ssh_support + log: fixes for python 2 compatibilityMarco Capitani2017-06-152-9/+8
| | | | |
* | | | | build: Remove long description in setupSander Vrijders2017-06-151-6/+0
|/ / / /
| | | * Storyboard implemented, to be testedMarco Capitani2017-06-212-28/+131
| | | |
| | | * Storyboard: initial implementation commitMarco Capitani2017-06-151-4/+2
| |_|/ |/| |
* | | rumba: Update to version 0.4Sander Vrijders2017-06-131-1/+1
| |/ |/| | | | | This updates the framework to version 0.4
* | Merge branch 'jfed-irati-fixes' into 'master'Sander Vrijders2017-06-137-26/+72
|\ \ | | | | | | | | | | | | Jfed irati fixes See merge request !57
| * | JFed: removed mac2ifname.shMarco Capitani2017-06-131-2/+0
| | |
| * | IRATI switched wait and logMarco Capitani2017-06-131-1/+1
| | |
| * | Merge branch 'master' into jfed-irati-fixes (rumba access)Marco Capitani2017-06-134-19/+28
| |\ \ | |/ / |/| |
* | | 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.
* | | Merge branch 'access-fix' into 'master'Vincenzo Maffione2017-06-121-2/+3
|\ \ \ | | | | | | | | | | | | | | | | tools: Fix rumba access script See merge request !56
| * | | tools: Fix rumba access scriptSander Vrijders2017-06-121-2/+3
|/ / / | | | | | | | | | This fixes some errors in the rumba access script.
* | | Merge branch 'rearrange' into 'master'Sander Vrijders2017-06-091-4/+6
|\ \ \ | | | | | | | | | | | | | | | | tools: rumba-access: rearrange script See merge request !55
| * | | tools: rumba-access: rearrange scriptVincenzo Maffione2017-06-081-4/+6
|/ / /
* | | prototypes: irati: remove obsolete codeVincenzo Maffione2017-06-081-8/+0
| | |
* | | Merge branch 'access'Vincenzo Maffione2017-06-084-18/+28
|\ \ \
| * | | rumba: Install rumba-access on setupSander Vrijders2017-06-072-4/+4
| | | | | | | | | | | | | | | | | | | | This will install rumba-access on setup so that it can be used anywhere.
| * | | Update README.md to use access scriptSander Vrijders2017-06-071-9/+6
| | | | | | | | | | | | | | | | | | | | This changes the README so that users will use the rumba-access script.
| * | | tools: Update access script to use proxySander Vrijders2017-06-072-8/+21
|/ / / | | | | | | | | | | | | | | | 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.
| * | jfed: build mac2ifname; model: added flags to testbedMarco Capitani2017-06-093-10/+18
| | |
| * | tools: democonf updated; irati: added sleep after ipcm startMarco Capitani2017-06-082-9/+3
| | |
| * | qemu: fix for devices permissionMarco Capitani2017-06-071-0/+7
| | |
| * | Merge branch 'master' into jfed-irati-fixesMarco Capitani2017-06-0711-115/+312
| |\ \ | |/ / |/| |
* | | Merge branch 'rumba-access' into 'master'Sander Vrijders2017-06-072-0/+39
|\ \ \ | | | | | | | | | | | | | | | | rumba: add initial version of rumba-access See merge request !53
| * | | rumba: add initial version of rumba-accessVincenzo Maffione2017-06-072-0/+39
| | | |
* | | | Update README.mdSander Vrijders2017-06-071-21/+47
|/ / / | | | | | | | | | This updates the README to explain the API a bit better.
* | | examples: Add mouse exampleSander Vrijders2017-06-071-0/+105
| | | | | | | | | | | | This adds the infamous mouse to the examples directory.
* | | testbeds: jfed: Update image URISander Vrijders2017-06-071-1/+1
| | | | | | | | | | | | | | | The GeniSlices URI was being used, but it is better to use the virtual wall one for now.
* | | Merge branch 'onlyshims' into 'master'Sander Vrijders2017-06-031-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | rumba: take into account DIFs that don't use nor are used by other DIFs Closes #11 See merge request !52
| * | | rumba: take into account DIFs that don't use nor are used by other DIFsVincenzo Maffione2017-06-011-0/+12
|/ / / | | | | | | | | | | | | | | | | | | These DIFs needs to be considered for the Kahn algorithm and computation of IPCPs. Closes #11.
* | | Merge branch 'download' into 'master'Vincenzo Maffione2017-06-016-9/+38
|\ \ \ | | | | | | | | | | | | | | | | QEMU plugin: download buildroot images if not provided by the user See merge request !51
| * | | qemu testbed: use the prototype name to get the right buildroot imageVincenzo Maffione2017-06-011-15/+17
| | | |
| * | | model: Experiment: add prototype_name()Vincenzo Maffione2017-06-014-2/+15
| | | |
| * | | qemu plugin: automatic download of buildroot imagesVincenzo Maffione2017-06-012-7/+21
| | | |
* | | | Merge branch 'issue9-proxy' into 'master'Vincenzo Maffione2017-06-015-6/+66
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Remove hardcoded proxy See merge request !50
| * | | Model: corrected no-proxy case. rlite: removed hardcoded proxyMarco Capitani2017-06-013-8/+13
| | | |
| * | | model: added proxy field. ssh: added execute_proxy_commandsMarco Capitani2017-06-014-3/+58
| | | |
* | | | Merge branch 'noreg' into 'master'Sander Vrijders2017-06-014-79/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | model: remove registration and bindings Closes #7 See merge request !47
| * | | model: remove registration and bindingsVincenzo Maffione2017-06-014-79/+5
|/ / / | | | | | | | | | Fixes #7
| * | Typo fix in package installationsMarco Capitani2017-06-011-1/+1
| | |
| * | jfed-irati absolute'ed paths, added mac2ifname.shMarco Capitani2017-06-013-2/+5
| | |
| * | Merge branch 'master' into jfed-irati-fixesMarco Capitani2017-05-317-38/+254
| |\ \ | |/ / |/| |
* | | README: add info about dependenciesVincenzo Maffione2017-05-311-0/+7
| | | | | | | | | | | | Fixes #8.
* | | examples: jfed-rlite: use try-finallyVincenzo Maffione2017-05-311-3/+6
| | |
* | | Merge branch 'align' into 'master'Vincenzo Maffione2017-05-201-0/+3
|\ \ \ | | | | | | | | | | | | | | | | prototypes: irati: align setup to new kernel build system See merge request !46
| * | | prototypes: irati: align setup to new kernel build systemVincenzo Maffione2017-05-201-0/+3
|/ / /