Skip to content

Commit 8a4a3f5

Browse files
broonienuclearcat
authored andcommitted
config: Enable GPIO selftests
This is actually a software only suite, it validates the core using a software simulation of GPIOs rather than interacting with hardware. Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 39edd48 commit 8a4a3f5

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

config/jobs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,13 @@ jobs:
16271627
collections: futex
16281628
kcidb_test_suite: kselftest.futex
16291629

1630+
kselftest-gpio:
1631+
<<: *kselftest-job
1632+
params:
1633+
<<: *kselftest-params
1634+
collections: gpio
1635+
kcidb_test_suite: kselftest.gpio
1636+
16301637
kselftest-iommu:
16311638
<<: *kselftest-job
16321639
params:

config/scheduler.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,22 @@ scheduler:
876876
platforms:
877877
- beaglebone-black
878878

879+
- job: kselftest-gpio
880+
event:
881+
<<: *node-event-kbuild
882+
name: kbuild-gcc-12-arm64-kselftest
883+
runtime: *lava-broonie-runtime
884+
platforms:
885+
- bcm2837-rpi-3-b-plus
886+
887+
- job: kselftest-gpio
888+
event:
889+
<<: *node-event-kbuild
890+
name: kbuild-gcc-12-arm-kselftest
891+
runtime: *lava-broonie-runtime
892+
platforms:
893+
- stm32mp157a-dhcor-avenger96
894+
879895
- job: kselftest-ipc
880896
event:
881897
<<: *node-event-kbuild

0 commit comments

Comments
 (0)