Searched defs:extra_bootparams (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | targetcontrol.py | 44 def start(self, params=None, ssh=True, extra_bootparams=None): argument 162 …def start(self, params=None, ssh=True, extra_bootparams='', runqemuparams='', launch_cmd='', disca… argument 228 def start(self, params=None, ssh=True, extra_bootparams=None): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | qemutinyrunner.py | 67 …def start(self, qemuparams = None, ssh=True, extra_bootparams=None, runqemuparams='', discard_writ… argument
|
H A D | qemurunner.py | 141 …def start(self, qemuparams = None, get_ip = True, extra_bootparams = None, runqemuparams='', launc… argument 186 …def launch(self, launch_cmd, get_ip = True, qemuparams = None, extra_bootparams = None, env = None… argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | qemu.py | 49 def start(self, params=None, extra_bootparams=None, runqemuparams=''): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/ |
H A D | controllerimage.py | 146 def start(self, extra_bootparams=None): argument
|