aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/ouroboros.py
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-06-01 17:24:25 +0200
committerVincenzo Maffione <v.maffione@gmail.com>2017-06-01 17:24:25 +0200
commitd1b49132f669cf1df4367103ebad63029793a127 (patch)
tree197965e2b2ad975efa3b317b661637ae1f65eb0e /rumba/prototypes/ouroboros.py
parent9424b5f36e2ef87d4bd01b9b4e5fc83965ec33b6 (diff)
downloadrumba-d1b49132f669cf1df4367103ebad63029793a127.tar.gz
rumba-d1b49132f669cf1df4367103ebad63029793a127.zip
model: Experiment: add prototype_name()
Diffstat (limited to 'rumba/prototypes/ouroboros.py')
-rw-r--r--rumba/prototypes/ouroboros.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index 01b8b72..9ac1425 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -32,6 +32,9 @@ class Experiment(mod.Experiment):
def __init__(self, testbed, nodes=None):
mod.Experiment.__init__(self, testbed, nodes)
+ def prototype_name(self):
+ return 'ouroboros'
+
def setup_ouroboros(self):
for node in self.nodes:
ssh.execute_command(self.testbed, node.ssh_config,