9acca32ba8
Co-authored-by: Gregory Shue <gregory.shue@legrand.us>
16 lines
373 B
YAML
16 lines
373 B
YAML
sample:
|
|
description: Hello BACnet-Stack sample, the simplest BACnet-Stack
|
|
application
|
|
name: hello BACnet-Stack
|
|
common:
|
|
tags: introduction
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Hello BACnet-Stack! (.*)"
|
|
tests:
|
|
bacnet-stack.sample.basic.hello_bacnet_stack:
|
|
platform_allow: native_posix
|
|
tags: introduction
|