Skip to content

Commit

Permalink
(fixup) Make perftest-no-installed error message more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuba314 committed Aug 14, 2023
1 parent cf88385 commit 1c34470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnst/Tests/RDMABandwidth.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class RDMABandwidthBase(ABC, BaseTestModule):
def run(self) -> bool:
self._res_data = {}
if not is_installed("ib_send_bw"):
self._res_data["msg"] = "perftest is not installed on this machine!"
self._res_data["msg"] = "perftest package (providing ib_send_bw) is not installed on this machine!"
logging.error(self._res_data["msg"])
return False

Expand Down

0 comments on commit 1c34470

Please sign in to comment.