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

Method set_up_build_target

dpdk/dts/framework/testbed_model/node.py:106–111  ·  view source on GitHub ↗

Perform the build target setup that will be done for each build target tested on this node.

(self, build_target_config: BuildTargetConfiguration)

Source from the content-addressed store, hash-verified

104 """
105
106 def set_up_build_target(self, build_target_config: BuildTargetConfiguration) -> None:
107 """
108 Perform the build target setup that will be done for each build target
109 tested on this node.
110 """
111 self._set_up_build_target(build_target_config)
112
113 def _set_up_build_target(self, build_target_config: BuildTargetConfiguration) -> None:
114 """

Callers 1

_run_build_targetFunction · 0.80

Calls 1

_set_up_build_targetMethod · 0.95

Tested by

no test coverage detected