22 lines
402 B
YAML
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: {}
|