From 64782b938b12a9c0f7b7bb7a152091f62e4db3a6 Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Mon, 6 Feb 2017 21:33:04 +0100 Subject: rhumba: realize --> swap_in, fix double definition in IRATI class --- irati_support.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'irati_support.py') diff --git a/irati_support.py b/irati_support.py index 59e0c63..d5c66d2 100644 --- a/irati_support.py +++ b/irati_support.py @@ -27,11 +27,6 @@ class IRATIExperiment(rhumba.Experiment): def __init__(self, testbed, nodes = list()): rhumba.Experiment.__init__(self, testbed, nodes) - def run(self): - print("[IRATI experiment] start") - self.realize() - print("[IRATI experiment] end") - def setup(self): cmds = list() @@ -48,7 +43,7 @@ class IRATIExperiment(rhumba.Experiment): def run(self): print("[IRATI experiment] start") - self.realize() + self.swap_in() print("Setting up IRATI on the nodes...") self.setup() print("[IRATI experiment] end") -- cgit v1.2.3