MCPcopy Create free account
hub / github.com/F-Stack/f-stack / add_execution

Method add_execution

dpdk/dts/framework/test_result.py:287–290  ·  view source on GitHub ↗
(self, sut_node: NodeConfiguration)

Source from the content-addressed store, hash-verified

285 self._stats_filename = os.path.join(SETTINGS.output_dir, "statistics.txt")
286
287 def add_execution(self, sut_node: NodeConfiguration) -> ExecutionResult:
288 execution_result = ExecutionResult(sut_node)
289 self._inner_results.append(execution_result)
290 return execution_result
291
292 def add_error(self, error) -> None:
293 self._errors.append(error)

Callers 1

_run_executionFunction · 0.80

Calls 1

ExecutionResultClass · 0.85

Tested by

no test coverage detected