Skip to content

Commit f909123

Browse files
committed
test-configs: Enable landlock selftests
Enable the landlock selftests, initially just on Le Potato and BeagleBone Black. This is a very quick to run testsuite. Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 417466f commit f909123

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/core/test-configs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,12 @@ test_plans:
340340
kselftest_collections: "kvm"
341341
filters: *kselftest_no_fragment
342342

343+
kselftest-landlock:
344+
<<: *kselftest
345+
params:
346+
job_timeout: '10'
347+
kselftest_collections: "landlock"
348+
343349
kselftest-lib:
344350
<<: *kselftest
345351
params:
@@ -2061,6 +2067,7 @@ test_configs:
20612067
- baseline-cip-nfs
20622068
- baseline-nfs
20632069
- kselftest-alsa
2070+
- kselftest-landlock
20642071
- ltp-crypto
20652072
- ltp-ipc
20662073

@@ -2444,6 +2451,7 @@ test_configs:
24442451
- kselftest-arm64
24452452
- kselftest-cpufreq
24462453
- kselftest-futex
2454+
- kselftest-landlock
24472455
- kselftest-lib
24482456
- kselftest-seccomp
24492457
- ltp-crypto

0 commit comments

Comments
 (0)