Skip to content

Commit 39aeba4

Browse files
committed
defconfigs/linux-modules-kpd: expand test coverage to include kallsysms
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]>
1 parent 3be205f commit 39aeba4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

defconfigs/linux-modules-kpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
seltests-kmod
1+
seltests-modules

defconfigs/seltests-modules

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
CONFIG_GUESTFS=y
2+
CONFIG_LIBVIRT=y
3+
4+
CONFIG_WORKFLOWS=y
5+
CONFIG_WORKFLOW_LINUX_CUSTOM=y
6+
7+
CONFIG_BOOTLINUX=y
8+
CONFIG_BOOTLINUX_9P=y
9+
10+
CONFIG_WORKFLOWS_TESTS=y
11+
CONFIG_WORKFLOWS_LINUX_TESTS=y
12+
CONFIG_WORKFLOWS_DEDICATED_WORKFLOW=y
13+
CONFIG_KDEVOPS_WORKFLOW_DEDICATE_SELFTESTS=y
14+
15+
CONFIG_SELFTESTS_SECTION_MODULE=y
16+
CONFIG_SELFTESTS_SECTION_KMOD=y
17+
18+
CONFIG_DEVCONFIG_ENABLE_SYSTEMD_JOURNAL_REMOTE=y

0 commit comments

Comments
 (0)