Skip to content

Commit

Permalink
test-configs.yaml: Add config fragment for ftrace tests
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
broonie committed Feb 27, 2023
1 parent eb5bab9 commit 0c90480
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/core/test-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,13 @@ test_plans:
kselftest_collections: "filesystems"
filters: *kselftest_no_fragment

kselftest-ftrace:
<<: *kselftest
params:
job_timeout: '40'
kselftest_collections: "f"
filters: *kselftest

kselftest-futex:
<<: *kselftest
params:
Expand Down

0 comments on commit 0c90480

Please sign in to comment.