From 9ce6e8f876442847e75664a4c8e658c49de600e1 Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Mon, 6 Feb 2017 21:20:12 +0100 Subject: fix irati_support.py comments --- irati_support.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/irati_support.py b/irati_support.py index 0432e29..c2815f0 100644 --- a/irati_support.py +++ b/irati_support.py @@ -1,5 +1,5 @@ # -# Commands to setup and instruct rlite +# Commands to setup and instruct IRATI # # Vincenzo Maffione # @@ -47,9 +47,9 @@ class IRATIExperiment(rhumba.Experiment): ssh.execute_commands(self.testbed, node.full_name, cmds, time_out = None) def run(self): - print("[RLITE experiment] start") + print("[IRATI experiment] start") self.realize() print("Setting up IRATI on the nodes...") self.setup() - print("[RLITE experiment] end") + print("[IRATI experiment] end") -- cgit v1.2.3