summaryrefslogtreecommitdiff
path: root/zephyr/test/krabby/testcase.yaml
blob: 0994091c5a22851b8d74dbdda89d70c1bd1fc379 (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
# 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/ite_interrupts.dtsi;../program/corsola/ite_gpio.dtsi;../program/corsola/tentacruel/thermistor.dtsi;pinctrl.dts;../program/corsola/ite_motionsense.dtsi;../program/corsola/tentacruel/cbi.dtsi;cbi_sensor.dts""
    extra_configs:
      - CONFIG_TEST_TENTACRUEL=y
      - CONFIG_PLATFORM_EC_CHARGER_PROFILE_OVERRIDE=y
      - CONFIG_EEPROM=y
      - CONFIG_EEPROM_SIMULATOR=n
      - CONFIG_EMUL_EEPROM_AT2X=y
      - CONFIG_PLATFORM_EC_MOTIONSENSE=y
      - CONFIG_PLATFORM_EC_DYNAMIC_MOTION_SENSOR_COUNT=y
      - CONFIG_PLATFORM_EC_GMR_TABLET_MODE=y
      - CONFIG_PLATFORM_EC_TABLET_MODE=y
      - CONFIG_PLATFORM_EC_LID_ANGLE=y
      - CONFIG_PLATFORM_EC_ACCELGYRO_BMI260=y
      - CONFIG_PLATFORM_EC_ACCELGYRO_BMI_COMM_I2C=y