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

Method tear_down_execution

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

Perform the execution teardown that will be done after each execution this node is part of concludes.

(self)

Source from the content-addressed store, hash-verified

90 """
91
92 def tear_down_execution(self) -> None:
93 """
94 Perform the execution teardown that will be done after each execution
95 this node is part of concludes.
96 """
97 self.virtual_devices = []
98 self._tear_down_execution()
99
100 def _tear_down_execution(self) -> None:
101 """

Callers 1

_run_executionFunction · 0.80

Calls 1

_tear_down_executionMethod · 0.95

Tested by

no test coverage detected