From fc1252893bed0dc92220bc223aa9e7c5a77675b9 Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Sat, 15 Apr 2017 09:47:44 +0200 Subject: prototypes: irati: remove run_experiment method --- rumba/prototypes/irati.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index 89c4fe4..1965069 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -85,17 +85,14 @@ class Experiment(mod.Experiment): self.process_node(node) self.enroll_nodes() - def run_experiment(self): - input('Press ENTER to quit.') - def run_prototype(self): - print("[IRATI experiment] start") - print("Setting up IRATI on the nodes...") + print("irati: setting up") self.setup() + print("irati: software initialized on all nodes") self.conf_files = self.write_conf() + print("irati: configuration files generated for all nodes") self.bootstrap_network() - self.run_experiment() - print("[IRATI experiment] end") + print("irati: IPCPs created and enrolled on all nodes") def process_node(self, node): """ -- cgit v1.2.3