From: Yi Lai <yi1.lai@intel.com>
To: ilpo.jarvinen@linux.intel.com, shuah@kernel.org,
bhelgaas@google.com, Jonathan.Cameron@huawei.com,
linux-pci@vger.kernel.org, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: yi1.lai@intel.com
Subject: [PATCH] selftests/pcie_bwctrl: Add "set_pcie_speed.sh" to TEST_PROGS
Date: Fri, 28 Feb 2025 15:00:59 +0800 [thread overview]
Message-ID: <Z8FfK8rN30lKzvVV@ly-workstation> (raw)
The test shell script "set_pcie_speed.sh" is not installed in
INSTALL_PATH. Attempting to execute set_pcie_cooling_state.sh shows
warning:
"
./set_pcie_cooling_state.sh: line 119: ./set_pcie_speed.sh: No such file or directory
"
Add "set_pcie_speed.sh" to TEST_PROGS.
Fixes: 838f12c3d551 ("selftests/pcie_bwctrl: Create selftests")
Signed-off-by: Yi Lai <yi1.lai@intel.com>
---
tools/testing/selftests/pcie_bwctrl/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/pcie_bwctrl/Makefile b/tools/testing/selftests/pcie_bwctrl/Makefile
index 3e84e26341d1..48ec048f47af 100644
--- a/tools/testing/selftests/pcie_bwctrl/Makefile
+++ b/tools/testing/selftests/pcie_bwctrl/Makefile
@@ -1,2 +1,2 @@
-TEST_PROGS = set_pcie_cooling_state.sh
+TEST_PROGS = set_pcie_cooling_state.sh set_pcie_speed.sh
include ../lib.mk
--
2.39.2
next reply other threads:[~2025-02-28 7:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 7:00 Yi Lai [this message]
2025-03-04 22:50 ` [PATCH] selftests/pcie_bwctrl: Add "set_pcie_speed.sh" to TEST_PROGS Bjorn Helgaas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z8FfK8rN30lKzvVV@ly-workstation \
--to=yi1.lai@intel.com \
--cc=Jonathan.Cameron@huawei.com \
--cc=bhelgaas@google.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox