From 1c3447074fc4cb13bf8465700f0d98d4f96e641b Mon Sep 17 00:00:00 2001 From: Jakub Rozek Date: Mon, 14 Aug 2023 14:06:21 +0200 Subject: [PATCH] (fixup) Make perftest-no-installed error message more descriptive --- lnst/Tests/RDMABandwidth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnst/Tests/RDMABandwidth.py b/lnst/Tests/RDMABandwidth.py index d6bb0f2af..904391c31 100644 --- a/lnst/Tests/RDMABandwidth.py +++ b/lnst/Tests/RDMABandwidth.py @@ -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