Home
last modified time | relevance | path

Searched defs:ignore_status (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py58 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 Dcommands.py168 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 Dsshcontrol.py123 def _internal_run(self, command, timeout=None, ignore_status = True): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py983 def _get_wic_partitions(self, wkspath, native_sysroot=None, ignore_status=False): argument