These are already in a "input" subdirectory, the prefix is redundant, drop it. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
19 lines
468 B
YAML
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"
|