Skip to content

Commit

Permalink
defconfigs/linux-modules-kpd: expand test coverage to include kallsysms
Browse files Browse the repository at this point in the history
The defconfig for defconfigs/linux-modules-kpd was just a symlink to
the defconfig/selftests-kmod and that just covers *one* test. Expand
on this by allowing us to also include the new kallsyms selftest.

So we add a defconfigs/seltests-modules and allow the
linux-modules-kpd tree to just use that as a symlink, so we
can later just expand on seltests-modules for future modules
testing.

Signed-off-by: Luis Chamberlain <[email protected]>
  • Loading branch information
mcgrof committed Nov 12, 2024
1 parent 3be205f commit 39aeba4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion defconfigs/linux-modules-kpd
18 changes: 18 additions & 0 deletions defconfigs/seltests-modules
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
CONFIG_GUESTFS=y
CONFIG_LIBVIRT=y

CONFIG_WORKFLOWS=y
CONFIG_WORKFLOW_LINUX_CUSTOM=y

CONFIG_BOOTLINUX=y
CONFIG_BOOTLINUX_9P=y

CONFIG_WORKFLOWS_TESTS=y
CONFIG_WORKFLOWS_LINUX_TESTS=y
CONFIG_WORKFLOWS_DEDICATED_WORKFLOW=y
CONFIG_KDEVOPS_WORKFLOW_DEDICATE_SELFTESTS=y

CONFIG_SELFTESTS_SECTION_MODULE=y
CONFIG_SELFTESTS_SECTION_KMOD=y

CONFIG_DEVCONFIG_ENABLE_SYSTEMD_JOURNAL_REMOTE=y

0 comments on commit 39aeba4

Please sign in to comment.