mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 12:10:07 +00:00
[trel] small updates and adding trel test (#7205)
- Adds platform API `trelDnssdInitialize` to initialize TREL DNS-SD module. - Adds `test_trel_connectivity.py` test. - Fixed `Border Router` TREL test to really use TREL.
This commit is contained in:
+2
-2
@@ -290,9 +290,9 @@ do_build_otbr_docker()
|
||||
)
|
||||
|
||||
if [[ ${TREL} == 1 ]]; then
|
||||
otbr_options+=("-DOT_TREL=ON")
|
||||
otbr_options+=("-DOTBR_TREL=ON")
|
||||
else
|
||||
otbr_options+=("-DOT_TREL=OFF")
|
||||
otbr_options+=("-DOTBR_TREL=OFF")
|
||||
fi
|
||||
|
||||
local otbr_docker_image=${OTBR_DOCKER_IMAGE:-otbr-ot12-backbone-ci}
|
||||
|
||||
Reference in New Issue
Block a user