Skip to content

Commit

Permalink
test-configs.yaml: Use battery tag in kselftest-dt jobs for Chromebooks
Browse files Browse the repository at this point in the history
Chromebook/Chromebox devices might operate with or without a battery.
The kselftest-dt test checks whether drivers are probed correctly,
including the battery gauge driver.
Use the battery LAVA tag to target only Chromebooks where the battery
is actually connected, to avoid reporting false regressions.

Signed-off-by: Laura Nao <[email protected]>
  • Loading branch information
laura-nao committed Jan 19, 2024
1 parent fcb1b83 commit c704ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/core/test-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ test_plans:
params:
job_timeout: '10'
kselftest_collections: "dt"
tags:
- battery
filters:
- combination: *arch_defconfig_filter
- blocklist: { kernel: ['v3.', 'v4.', 'v5.', v6.0', 'v6.1$', 'v6.2$', 'v6.3', 'v6.4', 'v6.5', 'v6.6'] }
Expand Down

0 comments on commit c704ff0

Please sign in to comment.