Skip to content

Commit

Permalink
tests: input: api: dedup some test properties
Browse files Browse the repository at this point in the history
Move some common properties in the common field.

Signed-off-by: Fabio Baltieri <[email protected]>
  • Loading branch information
fabiobaltieri committed Nov 30, 2023
1 parent 222fa42 commit c8f4455
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tests/subsys/input/api/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# SPDX-License-Identifier: Apache-2.0

common:
tags:
- input
integration_platforms:
- native_posix
tests:
input.api.thread:
tags: input
integration_platforms:
- native_posix
extra_configs:
- CONFIG_INPUT_MODE_THREAD=y
- CONFIG_INPUT_THREAD_STACK_SIZE=1024
input.api.synchronous:
tags: input
integration_platforms:
- native_posix
extra_configs:
- CONFIG_INPUT_MODE_SYNCHRONOUS=y

0 comments on commit c8f4455

Please sign in to comment.