zephyr/samples/arch/smp/pktqueue/sample.yaml
Anas Nashif f3ec9bac04 samples: move architecture specific samples to arch/
smp and mpu are architecture specific samples and do not apply to
majority of support platforms, so move them to arch/.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-03-09 17:48:18 -05:00

18 lines
343 B
YAML

sample:
description: Processing multiple queues in
a number of threads
name: SMP Pktqueue
common:
tags: introduction
harness: console
harness_config:
type: multi_line
ordered: yes
regex:
- "RESULT: OK(.*)"
tests:
sample.smp.pktqueue:
tags: introduction
filter: (CONFIG_MP_NUM_CPUS > 1)