zephyr/samples/posix/philosophers/sample.yaml
Christopher Friedt 52b619cd2b samples: philosophers correct misspelled introduction tag
The tag 'introduction' was misspelled 'inroduction'.

Correct it both the samples/philosophers and the
samples/posix/philosophers directories.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-02-01 05:26:24 -05:00

22 lines
402 B
YAML

sample:
name: POSIX Philosophers
common:
tags:
- introduction
- posix
harness: console
min_ram: 16
integration_platforms:
- native_sim
filter: not CONFIG_NATIVE_APPLICATION
harness_config:
type: multi_line
ordered: false
regex:
- ".*STARVING.*"
- ".*DROPPED ONE FORK.*"
- ".*THINKING.*"
- ".*EATING.*"
tests:
sample.posix.philosopher: {}