Home
last modified time | relevance | path

Searched defs:PurePath (Results 1 – 2 of 2) sorted by relevance

/dpdk/dts/framework/testbed_model/
H A Dposix_session.py90 def join_remote_path(self, *args: str | PurePath) -> PurePosixPath: argument
99 def copy_from(self, source_file: str | PurePath, destination_dir: str | Path) -> None: argument
52 guess_dpdk_remote_dir(self, remote_dir: str | PurePath) global() argument
84 join_remote_path(self, *args: str | PurePath) global() argument
91 copy_from( self, source_file: str | PurePath, destination_file: str | PurePath, ) global() argument
98 copy_to( self, source_file: str | PurePath, destination_file: str | PurePath, ) global() argument
106 remove_remote_dir( self, remote_dir_path: str | PurePath, recursive: bool = True, force: bool = True, ) global() argument
116 extract_remote_tarball( self, remote_tarball_path: str | PurePath, expected_dir: str | PurePath | None = None, ) global() argument
131 build_dpdk( self, env_vars: dict, meson_args: MesonArgs, remote_dpdk_dir: str | PurePath, remote_dpdk_build_dir: str | PurePath, rebuild: bool = False, timeout: float = SETTINGS.compile_timeout, ) global() argument
132 build_dpdk( self, env_vars: dict, meson_args: MesonArgs, remote_dpdk_dir: str | PurePath, remote_dpdk_build_dir: str | PurePath, rebuild: bool = False, timeout: float = SETTINGS.compile_timeout, ) global() argument
165 get_dpdk_version(self, build_dir: str | PurePath) global() argument
201 _list_remote_dirs(self, remote_path: str | PurePath) global() argument
216 _get_dpdk_pids(self, dpdk_runtime_dirs: Iterable[str | PurePath]) global() argument
241 _remote_files_exists(self, remote_path: PurePath) global() argument
245 _check_dpdk_hugepages(self, dpdk_runtime_dirs: Iterable[str | PurePath]) global() argument
264 _remove_dpdk_runtime_dirs(self, dpdk_runtime_dirs: Iterable[str | PurePath]) global() argument
[all...]
H A Dsut_node.py108 _remote_dpdk_dir(self, value: PurePath) global() argument
312 run_dpdk_app( self, app_path: PurePath, eal_params: EalParams, timeout: float = 30 ) global() argument
[all...]