Home
last modified time | relevance | path

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

/tools/asuite/atest/integration_tests/
Dsplit_build_test_script.py207 if not self._steps or isinstance(self._steps[-1], self._TestStep):
209 self._steps.append(self._TestStep(step_func))
271 if isinstance(step, self._TestStep) and self.get_config().is_test_env:
333 class _TestStep(_Step): class in SplitBuildTestScript