mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 06:49:54 +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:
@@ -138,24 +138,33 @@ jobs:
|
||||
- otbr_mdns: "mDNSResponder"
|
||||
otbr_trel: 0
|
||||
cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
|
||||
packet_verification: 1
|
||||
description: ""
|
||||
- otbr_mdns: "mDNSResponder"
|
||||
otbr_trel: 1
|
||||
cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
|
||||
packet_verification: 2
|
||||
description: ""
|
||||
- otbr_mdns: "mDNSResponder"
|
||||
otbr_trel: 0
|
||||
cert_scripts: ./tests/scripts/thread-cert/border_router/MATN/*.py
|
||||
packet_verification: 1
|
||||
description: "MATN"
|
||||
- otbr_mdns: "avahi"
|
||||
otbr_trel: 0
|
||||
cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
|
||||
packet_verification: 1
|
||||
description: ""
|
||||
- otbr_mdns: "avahi"
|
||||
otbr_trel: 1
|
||||
cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
|
||||
packet_verification: 2
|
||||
description: ""
|
||||
name: BR ${{ matrix.description }} (${{ matrix.otbr_mdns }}, TREL=${{matrix.otbr_trel}})
|
||||
env:
|
||||
REFERENCE_DEVICE: 1
|
||||
VIRTUAL_TIME: 0
|
||||
PACKET_VERIFICATION: 1
|
||||
PACKET_VERIFICATION: ${{ matrix.packet_verification }}
|
||||
THREAD_VERSION: 1.2
|
||||
INTER_OP: 1
|
||||
COVERAGE: 1
|
||||
|
||||
Reference in New Issue
Block a user