Skip to content

Commit

Permalink
Tests.XDPBench: add logging of xdp-bench cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Axonis authored and olichtne committed Feb 5, 2024
1 parent 18746ed commit 9cda837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnst/Tests/XDPBench.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ def __init__(self, **kwargs):
self._res_data = []

def run(self):
logging.debug("Starting xdp-bench")
command = self._prepare_command()
logging.debug(f"Starting xdp-bench: `{command}`")

bench = Popen(command, stdout=PIPE)
output_parser = XDPBenchOutputParser(bench)
Expand Down

0 comments on commit 9cda837

Please sign in to comment.