aboutsummaryrefslogtreecommitdiff
path: root/rumba/model.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/model.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/model.py')
-rw-r--r--rumba/model.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/rumba/model.py b/rumba/model.py
index 7f65098..ccd60df 100644
--- a/rumba/model.py
+++ b/rumba/model.py
@@ -520,11 +520,15 @@ class Experiment:
@abc.abstractmethod
def install_prototype(self):
- raise Exception('run_prototype() method not implemented')
+ raise Exception('install_prototype() method not implemented')
@abc.abstractmethod
def bootstrap_prototype(self):
- raise Exception('run_prototype() method not implemented')
+ raise Exception('bootstrap_prototype() method not implemented')
+
+ @abc.abstractmethod
+ def prototype_name(self):
+ raise Exception('prototype_name() method not implemented')
def swap_in(self):
# Realize the experiment testbed (testbed-specific)