Searched refs:StepResult (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/test/regresstest/ |
H A D | run_regress_test.py | 242 class StepResult: class 274 steps: List[StepResult] = dataclasses.field(default_factory=list) # list of results 498 step_result = StepResult(self.name, command=command, fileinfo=file_info_content) 553 step = StepResult(self.name, command=command) 601 def exec_command(cmd_args, test_id: str, step_result: StepResult, timeout=RegressTestConfig.DEFAULT_TIMEOUT, 722 step = StepResult(self.name, command=command) 854 step = StepResult(self.name, command=command) 863 def run_test_case_with_expect(self, command, step: StepResult, test_report: TestReport, expect_file) -> None: 867 def run_test_case_with_assert(self, command, step: StepResult, test_report: TestReport) -> None:
|
Completed in 2 milliseconds