Skip to content

Commit

Permalink
Tests/Ping: log stdout
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Tluka <[email protected]>
  • Loading branch information
jtluka committed May 29, 2024
1 parent 3246484 commit 7ea41a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lnst/Tests/Ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 7ea41a2

Please sign in to comment.