From f1630941a0c47fdd025219340e5383cbaefcd85e Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Fri, 7 Apr 2017 19:40:12 +0200 Subject: rumba: simplify cooperation between prototype and testbed plugins --- rumba/prototypes/irati.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rumba/prototypes/irati.py') diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index 1babd57..37a6fbe 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -41,9 +41,8 @@ class Experiment(mod.Experiment): ssh.execute_commands(self.testbed, node.full_name, cmds, time_out=None) - def run(self): + def run_prototype(self): print("[IRATI experiment] start") - self.swap_in() print("Setting up IRATI on the nodes...") self.setup() print("[IRATI experiment] end") -- cgit v1.2.3