Files
bacnet_stack/zephyr/samples/hello_bacnet_stack/sample.yaml
T
Greg Shue 2d7a2961a2 Zephyr 3.7.0 integration fixes: (#723) (#724)
- Update west.yml
- Update samples.yaml to new syntax, board names
- Patches to ports/zephyr (some stubs)

Verified by:

1. ./zephyr/scripts/twister -p unit_testing -T bacnet-stack/zephyr/tests

2. ./zephyr/scripts/twister -T bacnet-stack/zephyr/samples/ --integration

Fix #721

Co-authored-by: Gregory Shue <gregory.shue@legrand.com>
2024-08-15 07:24:09 -05:00

17 lines
388 B
YAML

sample:
description: Hello BACnet-Stack sample, the simplest BACnet-Stack
application
name: hello BACnet-Stack
common:
tags: introduction
harness: console
integration_platforms:
- native_posix
harness_config:
type: one_line
regex:
- "Hello BACnet-Stack! (.*)"
tests:
bacnet-stack.sample.basic.hello_bacnet_stack:
tags: introduction