Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: TestUtils.py: Fix process matching in ssh_force_kill method
* Updated `pgrep` to use the `-f` option for matching the full command line instead of just the process name. * Ensures more reliable process identification, especially for cases where only part of the command line matches the specified text.
- Loading branch information