(self, file_prefix)
| 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 |
no test coverage detected