aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes
diff options
context:
space:
mode:
authorMarco Capitani <m.capitani@nextworks.it>2017-11-16 14:31:58 +0100
committerMarco Capitani <m.capitani@nextworks.it>2017-11-16 14:57:33 +0100
commitc884a5b8c1e2a2f4d610cae7b9aa547b95424210 (patch)
tree33f06897a76950822d46d32d09ed08a1d87a410c /rumba/prototypes
parent986676ade9ffe4738734566c50eeed4b0ce7dd5f (diff)
downloadrumba-c884a5b8c1e2a2f4d610cae7b9aa547b95424210.tar.gz
rumba-c884a5b8c1e2a2f4d610cae7b9aa547b95424210.zip
testbed-qemu: refactor swapout to use call_in_parallel
minor: also cleaned up some commented old code
Diffstat (limited to 'rumba/prototypes')
-rw-r--r--rumba/prototypes/irati.py6
1 files changed, 1 insertions, 5 deletions
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"] = {