From b538d8615d8dc9bbfea39f4d60884f3a90b046f2 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 14 Nov 2017 16:29:06 +0100 Subject: Revert "prototypes: modprobe 8021q before running IRATI" This reverts commit 16bfd75e0318304727433363217510310787756e. --- rumba/prototypes/irati.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rumba/prototypes') 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 " -- cgit v1.2.3