selftests: amd-pstate: Rename amd-pstate-ut.sh to basic.sh.
authorMeng Li <li.meng@amd.com>
Mon, 31 Oct 2022 08:49:20 +0000 (16:49 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 1 Nov 2022 09:20:51 +0000 (03:20 -0600)
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 <li.meng@amd.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/amd-pstate/Makefile
tools/testing/selftests/amd-pstate/basic.sh [moved from tools/testing/selftests/amd-pstate/amd-pstate-ut.sh with 100% similarity]

index 199867f..1d6f962 100644 (file)
@@ -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