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.py123 def _internal_run(self, command, timeout=None, ignore_status = True): member in SSHControl
147 return self._internal_run(command, self.defaulttimeout, self.ignore_status)
149 return self._internal_run(command, None, self.ignore_status)
150 return self._internal_run(command, timeout, self.ignore_status)
156 return self._internal_run(command, ignore_status=False)
160 return self._internal_run(command, ignore_status=False)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py362 def _internal_run(self, logger, args): member in OESelftestTestContextExecutor
391 rc = self._internal_run(logger, args)