zephyr/tests/subsys/input/input_shell/testcase.yaml
Alberto Escolar Piedras f59c9c0dde tests/subsys/input/*: Switch to native_sim
Switch from native_posix to native_sim as default test platform
And switch overlays to native_sim.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-22 09:54:03 +01:00

19 lines
468 B
YAML

# SPDX-License-Identifier: Apache-2.0
tests:
input.input_shell:
tags: input
platform_allow:
- native_posix
- native_posix_64
- native_sim
- native_sim_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"