summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/controllers')
-rw-r--r--meta/lib/oeqa/controllers/masterimage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/controllers/masterimage.py b/meta/lib/oeqa/controllers/masterimage.py
index e2ff3f12c2..a2912fc568 100644
--- a/meta/lib/oeqa/controllers/masterimage.py
+++ b/meta/lib/oeqa/controllers/masterimage.py
@@ -143,7 +143,7 @@ class MasterImageHardwareTarget(oeqa.targetcontrol.BaseTarget, metaclass=ABCMeta
143 def _deploy(self): 143 def _deploy(self):
144 pass 144 pass
145 145
146 def start(self, params=None): 146 def start(self, extra_bootparams=None):
147 bb.plain("%s - boot test image on target" % self.pn) 147 bb.plain("%s - boot test image on target" % self.pn)
148 self._start() 148 self._start()
149 # set the ssh object for the target/test image 149 # set the ssh object for the target/test image