aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/ouroboros.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/ouroboros.py
parent2666310aa2a25e5d66b669bde337711e7d22c904 (diff)
downloadrumba-f1630941a0c47fdd025219340e5383cbaefcd85e.tar.gz
rumba-f1630941a0c47fdd025219340e5383cbaefcd85e.zip
rumba: simplify cooperation between prototype and testbed plugins
Diffstat (limited to 'rumba/prototypes/ouroboros.py')
-rw-r--r--rumba/prototypes/ouroboros.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index 57358cf..4f78361 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -49,10 +49,9 @@ class Experiment(mod.Experiment):
ssh.execute_commands(self.testbed, node.full_name,
cmds, time_out=None)
- def run(self):
+ def run_prototype(self):
print("[Ouroboros experiment] start")
print("Creating resources...")
- self.swap_in()
print("Setting up Ouroboros...")
self.setup_ouroboros()
print("Binding names...")