aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/ouroboros.py
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-09-18 12:57:57 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2017-09-18 13:05:44 +0200
commita47f94f48fa4e6856ac1ac63e871aa8363035dc7 (patch)
tree894a1992d3aa7cbc0aa5e56e29ffe2ad03ac0ddd /rumba/prototypes/ouroboros.py
parent2f160576cf94a5aaadf87c84d5e4153549acffaa (diff)
downloadrumba-a47f94f48fa4e6856ac1ac63e871aa8363035dc7.tar.gz
rumba-a47f94f48fa4e6856ac1ac63e871aa8363035dc7.zip
testbeds: emulab: Continue if experiment is swapped in
This will let rumba continue if the experiment is already swapped in in emulab, since it is not an error. It also adds the posibility to swap the experiment out from Rumba.
Diffstat (limited to 'rumba/prototypes/ouroboros.py')
-rw-r--r--rumba/prototypes/ouroboros.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index 49323c5..97cd05f 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -50,7 +50,8 @@ class Experiment(mod.Experiment):
cmds = list()
cmds.append("sudo apt-get update")
- cmds.append("sudo apt-get install cmake protobuf-c-compiler git --yes")
+ cmds.append("sudo apt-get install cmake protobuf-c-compiler " +
+ "git libfuse-dev --yes")
cmds.append("sudo rm -r ~/ouroboros/build")
cmds.append("cd ~/ouroboros; sudo ./install_debug.sh /")