Home
last modified time | relevance | path

Searched refs:extra_bootparams (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dqemu.py49 def start(self, params=None, extra_bootparams=None, runqemuparams=''): argument
53 … if self.runner.start(params, extra_bootparams=extra_bootparams, runqemuparams=runqemuparams):
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py44 def start(self, params=None, ssh=True, extra_bootparams=None): argument
163 …def start(self, params=None, ssh=True, extra_bootparams='', runqemuparams='', launch_cmd='', disca… argument
167 …start = self.runner.start(params, get_ip=ssh, extra_bootparams=extra_bootparams, runqemuparams=run…
229 def start(self, params=None, ssh=True, extra_bootparams=None): argument
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py143 …def start(self, qemuparams = None, get_ip = True, extra_bootparams = None, runqemuparams='', launc… argument
186 …lf.launch(launch_cmd, qemuparams=qemuparams, get_ip=get_ip, extra_bootparams=extra_bootparams, env…
188 …def launch(self, launch_cmd, get_ip = True, qemuparams = None, extra_bootparams = None, env = None… argument
221 if extra_bootparams:
222 bootparams = bootparams + ' ' + extra_bootparams
H A Dqemutinyrunner.py67 …def start(self, qemuparams = None, ssh=True, extra_bootparams=None, runqemuparams='', discard_writ… argument
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py146 def start(self, extra_bootparams=None): argument