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

Method add_sut_info

dpdk/dts/framework/test_result.py:249–252  ·  view source on GitHub ↗
(self, sut_info: NodeInfo)

Source from the content-addressed store, hash-verified

247 return build_target_result
248
249 def add_sut_info(self, sut_info: NodeInfo):
250 self.sut_os_name = sut_info.os_name
251 self.sut_os_version = sut_info.os_version
252 self.sut_kernel_version = sut_info.kernel_version
253
254
255class DTSResult(BaseResult):

Callers 1

_run_executionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected