aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/rlite.py
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-04-07 19:40:12 +0200
committerVincenzo Maffione <v.maffione@gmail.com>2017-04-07 19:40:12 +0200
commitf1630941a0c47fdd025219340e5383cbaefcd85e (patch)
tree03da2fdb96d881e80905eb0557b24974c4e0e7fa /rumba/prototypes/rlite.py
parent2666310aa2a25e5d66b669bde337711e7d22c904 (diff)
downloadrumba-f1630941a0c47fdd025219340e5383cbaefcd85e.tar.gz
rumba-f1630941a0c47fdd025219340e5383cbaefcd85e.zip
rumba: simplify cooperation between prototype and testbed plugins
Diffstat (limited to 'rumba/prototypes/rlite.py')
-rw-r--r--rumba/prototypes/rlite.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/rumba/prototypes/rlite.py b/rumba/prototypes/rlite.py
index b175e92..8cb45ec 100644
--- a/rumba/prototypes/rlite.py
+++ b/rumba/prototypes/rlite.py
@@ -42,9 +42,8 @@ class Experiment(mod.Experiment):
ssh.execute_commands(self.testbed, node.full_name,
cmds, time_out=None)
- def run(self):
+ def run_prototype(self):
print("[RLITE experiment] start")
- self.swap_in()
print("Setting up rlite on the nodes...")
self.setup()
print("[RLITE experiment] end")