tobiko/tobiko/shell/ping
Eduardo Olivares be26dd6b78 Use configured process timeout when closing a process
Some processes get blocked waiting while they cannot read from either
stdout or stderr. The command timeout was not applied when tobiko tried
to close those processes.
With this patch, those processes will be closed due to timeout and the
tobiko retries mechanism would be able to retry the command.

Change-Id: I1836de50cbbe029f7c474598ec57ea2e52822dd1
2024-02-01 18:16:12 +01:00
..
__init__.py Add skip background vm ping test capability as a decorator 2022-06-09 08:55:56 +03:00
_assert.py Fix assert_reachable_host function 2021-07-01 20:55:54 +00:00
_exception.py Update tobiko/common/_testcase.py module 2022-01-03 08:19:32 +00:00
_interface.py Skip ping tests when instance does not support ping command 2021-03-25 17:00:11 +01:00
_parameters.py Make sphinx to generate Tobiko API docs based on docstrings 2023-03-31 18:38:30 +02:00
_ping.py Use configured process timeout when closing a process 2024-02-01 18:16:12 +01:00
_statistics.py Update tobiko/common/_testcase.py module 2022-01-03 08:19:32 +00:00
config.py Increase ping timeout to 5 minutes 2020-09-02 10:26:59 +00:00