diff --git a/lnst/Tests/Ping.py b/lnst/Tests/Ping.py index a91e4feb..d5cf6aab 100644 --- a/lnst/Tests/Ping.py +++ b/lnst/Tests/Ping.py @@ -61,6 +61,8 @@ def run(self): logging.error(self._res_data["stderr"]) return False + logging.debug(f"Ping stdout:\n{stdout}") + stat_pttr1 = r'(\d+) packets transmitted, (\d+) received' stat_pttr2 = r'rtt min/avg/max/mdev = (\d+\.\d+)/(\d+\.\d+)/(\d+\.\d+)/(\d+\.\d+) ms'