Home
last modified time | relevance | path

Searched refs:_internal_run (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py125 def _internal_run(self, command, timeout=None, ignore_status = True): member in SSHControl
149 return self._internal_run(command, self.defaulttimeout, self.ignore_status)
151 return self._internal_run(command, None, self.ignore_status)
152 return self._internal_run(command, timeout, self.ignore_status)
158 return self._internal_run(command, ignore_status=False)
162 return self._internal_run(command, ignore_status=False)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py381 def _internal_run(self, logger, args): member in OESelftestTestContextExecutor
410 rc = self._internal_run(logger, args)