Searched refs:_RunControl (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/tools/buildman/ |
H A D | func_test.py | 219 def _RunControl(self, *args, **kwargs): member in TestFunctional 419 self._RunControl() 424 self._RunControl() 432 self._RunControl('-b', 'badbranch') 437 ret_code = self._RunControl('-b', TEST_BRANCH) 461 self._RunControl('-b', TEST_BRANCH) 467 self._RunControl('-b', TEST_BRANCH, '-c2') 475 self._RunControl('-b', TEST_BRANCH) 487 self._RunControl('-b', TEST_BRANCH) 495 self._RunControl('-b', TEST_BRANCH, '-C') [all …]
|