aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes
diff options
context:
space:
mode:
authorMCapitani <m.capitani@nextworks.it>2017-09-18 13:34:11 +0000
committerMCapitani <m.capitani@nextworks.it>2017-09-18 13:34:11 +0000
commitc14f1a95ff9691fc970c9af4988eb8a4d1d5a9ef (patch)
treec93c663be034a7ff58935c0f263f0eff132175af /rumba/prototypes
parent943cfb97dabe94c5db4efbe33892adcc071c3bd1 (diff)
parentfd32fd1d2e417b1abafb9ac780e900bde19af46a (diff)
downloadrumba-c14f1a95ff9691fc970c9af4988eb8a4d1d5a9ef.tar.gz
rumba-c14f1a95ff9691fc970c9af4988eb8a4d1d5a9ef.zip
Merge branch 'emulab-fix' into 'master'
testbeds: emulab: Continue if experiment is swapped in See merge request arcfire/rumba!68
Diffstat (limited to 'rumba/prototypes')
-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 /")