zephyr/tests/subsys/input/api/testcase.yaml
Alberto Escolar Piedras f981bf2fa0 tests/subsys/*: Switch integration platform to native_sim
Swith integration_platforms from native_posix(_64)
to native_sim(_64).

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-30 09:42:25 -05:00

16 lines
318 B
YAML

# SPDX-License-Identifier: Apache-2.0
common:
tags:
- input
integration_platforms:
- native_sim
tests:
input.api.thread:
extra_configs:
- CONFIG_INPUT_MODE_THREAD=y
- CONFIG_INPUT_THREAD_STACK_SIZE=1024
input.api.synchronous:
extra_configs:
- CONFIG_INPUT_MODE_SYNCHRONOUS=y