Skip to content

Commit

Permalink
testcases: kselftest-mm: adding new test case kselftest mm
Browse files Browse the repository at this point in the history
Introduced a standalone test case for memory management selftests,
enabling users to execute it independently.

The pre-required Kconfig for these testcases are listed in
 selftests/mm/config

Link: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/tools/testing/selftests/mm/config

Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
  • Loading branch information
Naresh Kamboju committed Feb 20, 2024
1 parent d7a0f15 commit 521c176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lava_test_plans/testcases/kselftest-mm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{% extends "testcases/templates/kselftest.yaml.jinja2" %}

{% set testnames = ['mm'] %}
{% set test_timeout = 10 %}

0 comments on commit 521c176

Please sign in to comment.