Skip to content

Commit ec4e32c

Browse files
committed
test-configs.yaml: Add config fragment for ftrace tests
The ftrace tests are rather useful. They can be a bit slow to run with a full fat kselftest configuration so the timeout configured is on the large side, even on a fairly slow platform like Juno it's overly long. Signed-off-by: Mark Brown <[email protected]>
1 parent 65b0900 commit ec4e32c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/core/test-configs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,12 @@ test_plans:
307307
kselftest_collections: "filesystems"
308308
filters: *kselftest_no_fragment
309309

310+
kselftest-ftrace:
311+
<<: *kselftest
312+
params:
313+
job_timeout: '40'
314+
kselftest_collections: "ftrace"
315+
310316
kselftest-futex:
311317
<<: *kselftest
312318
params:

0 commit comments

Comments
 (0)