zephyr/samples/kernel/condition_variables/simple/sample.yaml
Alberto Escolar Piedras 2777461858 samples kernel: Replace references to native_posix w native_sim
Let's replace the references to native_posix with native_sim in
the documentation, and enable this tests by default in
native_sim.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-14 13:06:01 +01:00

13 lines
259 B
YAML

tests:
sample.kernel.cond_var.simple:
integration_platforms:
- native_sim
tags:
- kernel
- condition_variables
harness: console
harness_config:
type: one_line
regex:
- ".*done == 20 so everyone is done"