zephyr/samples/kernel/condition_variables/simple/sample.yaml
Kumar Gala ca3bf282b6 samples: condition_variables: set integration_platforms to native_posix
Set integration_platforms on these samples to just native_posix.  This
should be sufficient to make sure these tests build and run.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-02-25 10:36:02 -05:00

11 lines
245 B
YAML

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