aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/rlite.py
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-06-01 15:51:19 +0000
committerVincenzo Maffione <v.maffione@gmail.com>2017-06-01 15:51:19 +0000
commit430f1a369f9dbc1328abb3ea750cfcc0c4db0c3e (patch)
tree684e1fca97b1414843ef61a7840dceeeaa8c826b /rumba/prototypes/rlite.py
parent7d816ccc891934d34465fc30cc8de1b4d55381f6 (diff)
parent15687f1938dd5faa68eccfdcacc45fb4b0644b45 (diff)
downloadrumba-430f1a369f9dbc1328abb3ea750cfcc0c4db0c3e.tar.gz
rumba-430f1a369f9dbc1328abb3ea750cfcc0c4db0c3e.zip
Merge branch 'download' into 'master'
QEMU plugin: download buildroot images if not provided by the user See merge request !51
Diffstat (limited to 'rumba/prototypes/rlite.py')
-rw-r--r--rumba/prototypes/rlite.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rumba/prototypes/rlite.py b/rumba/prototypes/rlite.py
index de2ba52..cc38255 100644
--- a/rumba/prototypes/rlite.py
+++ b/rumba/prototypes/rlite.py
@@ -34,6 +34,9 @@ class Experiment(mod.Experiment):
def __init__(self, testbed, nodes=None):
mod.Experiment.__init__(self, testbed, nodes)
+ def prototype_name(self):
+ return 'rlite'
+
def execute_commands(self, node, cmds):
ssh.execute_commands(self.testbed, node.ssh_config,
cmds, time_out=None)