(self, file_path)
| 52 | print("Error - Client could not be destroyed") |
| 53 | |
| 54 | def getFilepath(self, file_path): |
| 55 | # Gets arguments from Command-Line and assigns to instance of client |
| 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), |
no outgoing calls
no test coverage detected