[LTP] [Patch] controllers/cpuset_regression_test.sh - Issue #1033

Sowmya Indranna Sowmya.Indranna@ibm.com
Fri Apr 21 13:28:02 CEST 2023


Hi,

Sharing the patch for issue#1033 - cpuset_regression_test.sh

commit 7ffd942edf5acb7255a10c8ef9622dacbf9674d3 (HEAD -> master, origin/master, origin/HEAD)
Author: Sowmya-Indranna 131340936+Sowmya-Indranna@users.noreply.github.com<mailto:131340936+Sowmya-Indranna@users.noreply.github.com>
Date:   Fri Apr 21 16:18:04 2023 +0530

    #1033 - cpuset_regression_test.sh - function name updated

    #1033 - cpuset_regression_test.sh - function name updated. change test to do_test

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


regards
Sowmya


More information about the ltp mailing list