zephyr/samples/synchronization/sample.yaml
Charles E. Youse 65b1f62ee3 arch/x86: disable inapplicable tests for Intel64
In long mode, x86 does not support static IDTs or OpenOCD,
so disable the tests related to these features.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
2019-09-15 11:33:47 +08:00

27 lines
739 B
YAML

sample:
description: A simple application that demonstrates
basic sanity of the kernel.
name: Synchronization Sample
tests:
sample.synchronization:
build_on_all: true
tags: kernel synchronization
harness: console
harness_config:
type: multi_line
regex:
- "threadA: Hello World from (.*)!"
- "threadB: Hello World from (.*)!"
sample.synchronization.openocd:
tags: kernel synchronization
extra_configs:
- CONFIG_OPENOCD_SUPPORT=y
arch_exclude: posix xtensa x86_64
platform_exclude: qemu_x86_long
harness: console
harness_config:
type: multi_line
regex:
- "thread_a: Hello World from (.*)!"
- "thread_b: Hello World from (.*)!"