Searched refs:_RunControl (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/tools/buildman/ |
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) 480 self._RunControl('-b', TEST_BRANCH, clean_dir=False) 487 self._RunControl('-b', TEST_BRANCH) [all …]
|