- 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>
This commit is contained in:
@@ -5,11 +5,12 @@ sample:
|
||||
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:
|
||||
platform_allow: native_posix
|
||||
tags: introduction
|
||||
|
||||
@@ -4,4 +4,6 @@ sample:
|
||||
tests:
|
||||
bacnet-stack.sample.profile.b-ss:
|
||||
tags: bacnet
|
||||
platform_allow: qemu_x86 native_posix native_posix_64 native_sim
|
||||
build_only: true # TODO: Remove when sample runs correctly on Zephyr v3.7.0
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
||||
Reference in New Issue
Block a user