[LTP] [PATCH] cpuset_regression_test.sh: Renamed the test function
Sowmya TI
reachmesowmyati@gmail.com
Thu Apr 27 19:55:15 CEST 2023
Signed-off-by: Sowmya TI <reachmesowmyati@gmail.com>
---
testcases/kernel/controllers/cpuset/cpuset_regression_test.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh b/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
index 8e87d20e4..1ae8933bc 100755
--- a/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
+++ b/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
@@ -12,7 +12,7 @@
TST_SETUP=setup
TST_CLEANUP=cleanup
-TST_TESTFUNC=test
+TST_TESTFUNC=do_test
TST_NEEDS_ROOT=1
TST_NEEDS_TMPDIR=1
TST_MIN_KVER="3.18"
@@ -178,7 +178,7 @@ cleanup()
cgroup_cleanup
}
-test()
+do_test()
{
local cpu_exclusive_tmp cpus_value
--
2.40.1.windows.1
More information about the ltp
mailing list