summaryrefslogtreecommitdiff
path: root/zephyr/test/kingler/testcase.yaml
blob: 282ece6e6305ba515b6ed2f3022c86b1dfecb8ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

common:
  platform_allow: native_posix
tests:
  kingler.steelix:
    extra_args: DTC_OVERLAY_FILE="./common.dts;../program/corsola/npcx_interrupts.dtsi;../program/corsola/steelix/cbi.dtsi;../program/corsola/npcx_gpio.dtsi"
    extra_configs:
      - CONFIG_TEST_STEELIX_RUSTY=y
      - CONFIG_TEST_FORM_FACTOR_CONVERTIBLE=y
  kingler.rusty:
    extra_args: DTC_OVERLAY_FILE="./common.dts;../program/corsola/npcx_interrupts.dtsi;../program/corsola/steelix/cbi.dtsi;../program/corsola/npcx_gpio.dtsi"
    extra_configs:
      - CONFIG_TEST_STEELIX_RUSTY=y
      - CONFIG_TEST_FORM_FACTOR_CLAMSHELL=y
  kingler.db_detect_typec:
    extra_args: DTC_OVERLAY_FILE="./common.dts;../program/corsola/npcx_interrupts.dtsi;../program/corsola/npcx_gpio.dtsi;"
    extra_configs:
      - CONFIG_TEST_DB_DETECT_TYPEC=y
      - CONFIG_VARIANT_CORSOLA_DB_DETECTION=y
  kingler.db_detect_hdmi:
    extra_args: DTC_OVERLAY_FILE="./common.dts;../program/corsola/npcx_interrupts.dtsi;../program/corsola/npcx_gpio.dtsi"
    extra_configs:
      - CONFIG_TEST_DB_DETECT_HDMI=y
      - CONFIG_VARIANT_CORSOLA_DB_DETECTION=y
  kingler.db_detect_none:
    extra_args: DTC_OVERLAY_FILE="./common.dts;../program/corsola/npcx_interrupts.dtsi;../program/corsola/steelix/cbi.dtsi;../program/corsola/npcx_gpio.dtsi"
    extra_configs:
      - CONFIG_TEST_DB_DETECT_NONE=y
      - CONFIG_VARIANT_CORSOLA_DB_DETECTION=y
  kingler.ccd:
    extra_args: DTC_OVERLAY_FILE="./common.dts;../program/corsola/npcx_interrupts.dtsi;../program/corsola/steelix/cbi.dtsi;../program/corsola/npcx_gpio.dtsi"
    extra_configs:
      - CONFIG_TEST_KINGLER_CCD=y
  kingler.alt_sensor:
    extra_args: DTC_OVERLAY_FILE="./common.dts;../program/corsola/npcx_interrupts.dtsi;../program/corsola/steelix/interrupts.dtsi;../program/corsola/steelix/cbi.dtsi;../program/corsola/npcx_gpio.dtsi"
    extra_configs:
      - CONFIG_TEST_STEELIX_RUSTY=y
      - CONFIG_TEST_ALT_SENSOR_PROBE=y