aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-02-06 21:20:12 +0100
committerVincenzo Maffione <v.maffione@gmail.com>2017-02-06 21:20:12 +0100
commit9ce6e8f876442847e75664a4c8e658c49de600e1 (patch)
tree469a09dbbf025c5ff9bcfa94e58ad0ad65fef63b
parentb692033cc9a89a483edafb68cc1a68710012722b (diff)
downloadrumba-9ce6e8f876442847e75664a4c8e658c49de600e1.tar.gz
rumba-9ce6e8f876442847e75664a4c8e658c49de600e1.zip
fix irati_support.py comments
-rw-r--r--irati_support.py6
1 files 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 <v.maffione@nextworks.it>
#
@@ -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")