From c884a5b8c1e2a2f4d610cae7b9aa547b95424210 Mon Sep 17 00:00:00 2001 From: Marco Capitani Date: Thu, 16 Nov 2017 14:31:58 +0100 Subject: testbed-qemu: refactor swapout to use call_in_parallel minor: also cleaned up some commented old code --- rumba/prototypes/irati.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'rumba/prototypes') diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index c9faf36..82e56b9 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -194,7 +194,7 @@ class Experiment(mod.Experiment): def enroll_nodes(self): """Runs the enrollments one by one, respecting dependencies""" - logger.info("Waiting 5 seconds for the ipcm to start.") + logger.info("Starting enrollment phase.") time.sleep(5) for enrollment_list in self.enrollments: for e in enrollment_list: @@ -268,10 +268,6 @@ class Experiment(mod.Experiment): "difName": "%s" % (apm['dif']) }) - # TODO ask: I guess this will need to be added, - # and in that case we should add it to the qemu plugin too... - # Where should we take it in input? - if self.manager: # Add MAD/Manager configuration irati_templates.get_ipcmconf_base()["addons"] = { -- cgit v1.2.3