selftests: sched: Add more core schedule prctl calls
authorIvan Orlov <ivan.orlov0322@gmail.com>
Mon, 27 Mar 2023 20:18:55 +0000 (00:18 +0400)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 28 Mar 2023 16:27:07 +0000 (10:27 -0600)
commit14f4cc631afdb3234facf8542ea094ec529a4024
tree30196d3afe5c7f5dd6c78775670f8c5ecdb4ce39
parentc83f320e55a49abd90629f42a72897afd579e0de
selftests: sched: Add more core schedule prctl calls

The core sched kselftest makes prctl calls only with correct
parameters. This patch will extend this test with more core
schedule prctl calls with wrong parameters to increase code
coverage.

Signed-off-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/sched/cs_prctl_test.c