zephyr/tests/subsys/input/shell/testcase.yaml
Alberto Escolar Piedras 0df3c62461 tests/subsys/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

19 lines
482 B
YAML

# SPDX-License-Identifier: Apache-2.0
tests:
input.input_shell:
tags: input
platform_allow:
- native_posix
- native_posix/native/64
- native_sim
- native_sim/native/64
integration_platforms:
- native_sim
harness: console
harness_config:
type: multi_line
regex:
- "I: input event: dev=NULL SYN type= 1 code= 2 value=0"
- "I: input event: dev=NULL SYN type= 1 code= 2 value=1"