zephyr/tests/drivers/input/kbd_matrix/testcase.yaml
Alberto Escolar Piedras 7edcc4eb06 tests/drivers/input: Use hwmv2 native targets identifiers
For the 64 bit targets, change identifiers to the new hwmv2 ones.
And remove redundant overlays (which were equal for the 32
and 64 bit versions)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-15 16:13:12 +01:00

27 lines
721 B
YAML

# SPDX-License-Identifier: Apache-2.0
common:
platform_allow:
- native_sim
- native_sim/native/64
tags:
- drivers
- input
integration_platforms:
- native_sim
tests:
input.input_kbd_matrix: {}
input.input_kbd_matrix.no_ghostkey_check:
extra_args:
- EXTRA_DTC_OVERLAY_FILE=no-ghostkey-check.overlay
input.input_kbd_matrix.actual_key_mask:
extra_args:
- EXTRA_DTC_OVERLAY_FILE=actual-key-mask.overlay
input.input_kbd_matrix.actual_key_mask_dynamic:
extra_args:
- EXTRA_DTC_OVERLAY_FILE=actual-key-mask.overlay
- CONFIG_INPUT_KBD_ACTUAL_KEY_MASK_DYNAMIC=y
input.input_kbd_matrix.row_16_bit:
extra_args:
- CONFIG_INPUT_KBD_MATRIX_16_BIT_ROW=y