2d7a2961a2
- 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>
17 lines
388 B
YAML
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
|