aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/irati.py
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-11-14 16:29:06 +0100
committerSander Vrijders <sander.vrijders@ugent.be>2017-11-14 16:29:06 +0100
commitb538d8615d8dc9bbfea39f4d60884f3a90b046f2 (patch)
tree893732b594c0983998bee6dd31b3847c1e72e77e /rumba/prototypes/irati.py
parent16bfd75e0318304727433363217510310787756e (diff)
downloadrumba-b538d8615d8dc9bbfea39f4d60884f3a90b046f2.tar.gz
rumba-b538d8615d8dc9bbfea39f4d60884f3a90b046f2.zip
Revert "prototypes: modprobe 8021q before running IRATI"
This reverts commit 16bfd75e0318304727433363217510310787756e.
Diffstat (limited to 'rumba/prototypes/irati.py')
-rw-r--r--rumba/prototypes/irati.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py
index f679b69..72d4b4e 100644
--- a/rumba/prototypes/irati.py
+++ b/rumba/prototypes/irati.py
@@ -81,8 +81,7 @@ class Experiment(mod.Experiment):
def install(self):
"""Installs IRATI on the nodes."""
- cmds = [self.sudo("modprobe 8021q"),
- self.sudo("apt-get update"),
+ cmds = [self.sudo("apt-get update"),
self.sudo("apt-get install g++ gcc libtool "
"linux-headers-$(uname -r) autoconf automake "
"protobuf-compiler libprotobuf-dev "