blob: 7f76e6159ad18c3a930be18b99f9d94c04759307 [file] [log] [blame]
Luis Machado7e487672019-07-23 13:58:12 -03001metadata:
2 name: kernel-config-checker
Milosz Wasilewski9063b982020-06-30 13:43:03 +01003 format: "Lava-Test Test Definition 1.0"
Luis Machado7e487672019-07-23 13:58:12 -03004 description: "Check the kernel config file for the presence of required
5 CONFIG_* values."
6 maintainer:
7 - luis.machado@linaro.org
8 os:
9 - debian
10 - ubuntu
11 - fedora
12 - centos
13 scope:
14 - functional
15 - performance
16 environment:
17 - lava-test-shell
18 devices:
19 - hi6220-hikey
20 - apq8016-sbc
21 - mustang
22 - moonshot
23 - thunderX
24 - d03
25 - d05
26
27params:
28 # Specify a space-separated list of kernel config values to check.
29 CONFIG_VALUES: ""
30
31run:
32 steps:
33 - cd ./automated/linux/kernel-config-checker/
34 - ./kernel-config-checker.sh -c "${CONFIG_VALUES}"
35 - ../../utils/send-to-lava.sh ./output/result.txt