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

Method setRunpath

dpdk/usertools/dpdk-telemetry-client.py:58–60  ·  view source on GitHub ↗
(self, file_prefix)

Source from the content-addressed store, hash-verified

56 self.file_path = file_path
57
58 def setRunpath(self, file_prefix):
59 self.run_path = os.path.join(get_dpdk_runtime_dir(file_prefix),
60 RUNTIME_SOCKET_NAME)
61
62 def register(self):
63 # Connects a client to DPDK-instance

Callers 1

Calls 1

get_dpdk_runtime_dirFunction · 0.70

Tested by

no test coverage detected