zephyr/tests/subsys/input/shell/testcase.yaml
Fabio Baltieri 5efa5b2892 tests: drop input_ prefix from input tests
These are already in a "input" subdirectory, the prefix is redundant,
drop it.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-11-22 23:22:38 +00: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"