Searched defs:ignore_status (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | ssh.py | 58 def _run(self, command, timeout=None, ignore_status=True): argument 75 def run(self, command, timeout=None, ignore_status=True): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | commands.py | 168 def runCmd(command, ignore_status=False, timeout=None, assert_error=True, sync=True, argument 219 def bitbake(command, ignore_status=False, timeout=None, postconfig=None, output_log=None, **options… argument
|
H A D | sshcontrol.py | 123 def _internal_run(self, command, timeout=None, ignore_status = True): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | wic.py | 983 def _get_wic_partitions(self, wkspath, native_sysroot=None, ignore_status=False): argument
|