* [PATCH] selftests/pcie_bwctrl: Add "set_pcie_speed.sh" to TEST_PROGS
@ 2025-02-28 7:00 Yi Lai
2025-03-04 22:50 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Yi Lai @ 2025-02-28 7:00 UTC (permalink / raw)
To: ilpo.jarvinen, shuah, bhelgaas, Jonathan.Cameron, linux-pci,
linux-kselftest, linux-kernel
Cc: yi1.lai
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] selftests/pcie_bwctrl: Add "set_pcie_speed.sh" to TEST_PROGS
2025-02-28 7:00 [PATCH] selftests/pcie_bwctrl: Add "set_pcie_speed.sh" to TEST_PROGS Yi Lai
@ 2025-03-04 22:50 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2025-03-04 22:50 UTC (permalink / raw)
To: Yi Lai
Cc: ilpo.jarvinen, shuah, bhelgaas, Jonathan.Cameron, linux-pci,
linux-kselftest, linux-kernel
On Fri, Feb 28, 2025 at 03:00:59PM +0800, Yi Lai wrote:
> 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>
Applied to pci/bwctrl for v6.15, thanks!
> ---
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-04 22:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-28 7:00 [PATCH] selftests/pcie_bwctrl: Add "set_pcie_speed.sh" to TEST_PROGS Yi Lai
2025-03-04 22:50 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox