Home
last modified time | relevance | path

Searched defs:steps (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/
Doptions_workflow.py91 def steps(self) -> list[Step]: member in WorkflowOptions
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py284 steps: List[StepResult] = dataclasses.field(default_factory=list) # list of results variable in TestReport
940 def print_result(self, args, steps): argument