[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:
Simon Lin
2022-01-28 12:07:42 -08:00
committed by Jonathan Hui
parent 69ad96675f
commit 40b5fd3749
7 changed files with 223 additions and 11 deletions
+2 -2
View File
@@ -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}