From: Meng Li
Date: Mon, 31 Oct 2022 08:49:20 +0000 (+0800)
Subject: selftests: amd-pstate: Rename amd-pstate-ut.sh to basic.sh.
X-Git-Tag: v6.2-rc1~170^2~15
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2fa60ee7cb83d3054a896208da77f06359186a6;p=thirdparty%2Flinux.git
selftests: amd-pstate: Rename amd-pstate-ut.sh to basic.sh.
Rename amd-pstate-ut.sh to basic.sh.
The purpose of this modification is to facilitate the subsequent
addition of gitsource, tbench and other tests.
Signed-off-by: Meng Li
Signed-off-by: Shuah Khan
---
diff --git a/tools/testing/selftests/amd-pstate/Makefile b/tools/testing/selftests/amd-pstate/Makefile
index 199867f44b323..1d6f962a8f9e2 100644
--- a/tools/testing/selftests/amd-pstate/Makefile
+++ b/tools/testing/selftests/amd-pstate/Makefile
@@ -4,6 +4,6 @@
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
all:
-TEST_PROGS := amd-pstate-ut.sh
+TEST_PROGS := basic.sh
include ../lib.mk
diff --git a/tools/testing/selftests/amd-pstate/amd-pstate-ut.sh b/tools/testing/selftests/amd-pstate/basic.sh
similarity index 100%
rename from tools/testing/selftests/amd-pstate/amd-pstate-ut.sh
rename to tools/testing/selftests/amd-pstate/basic.sh