summaryrefslogtreecommitdiff
path: root/zephyr/test/krabby/testcase.yaml
blob: 6e202c92c875c548dbd96ec282dc3ed883593b2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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:
  krabby.default:
    extra_args: DTC_OVERLAY_FILE="common.dts;../program/corsola/ite_interrupts.dtsi;../program/corsola/ite_gpio.dtsi;pinctrl.dts"
    extra_configs:
      - CONFIG_TEST_KRABBY=y
      - CONFIG_MUX_INIT_ADC=y
  krabby.tentacruel:
    extra_args: DTC_OVERLAY_FILE="common.dts;adc_temp.dts;../program/corsola/interrupts_tentacruel.dtsi;../program/corsola/gpio_tentacruel.dtsi;../program/corsola/thermistor_tentacruel.dtsi;pinctrl.dts"
    extra_configs:
      - CONFIG_TEST_TENTACRUEL=y
      - CONFIG_PLATFORM_EC_TEMP_SENSOR=y
      - CONFIG_PLATFORM_EC_THERMISTOR=y
      - CONFIG_PLATFORM_EC_CHARGER_PROFILE_OVERRIDE=y
      - CONFIG_ADC_EMUL=y