[github-actions] enable Avahi in OTBR CI tests (#6710)

This commit is contained in:
whd
2021-06-08 07:35:44 -07:00
committed by GitHub
parent 185e8e49d5
commit df4423e14c
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -103,6 +103,9 @@ jobs:
thread-border-router:
runs-on: ubuntu-20.04
strategy:
matrix:
otbr_mdns: ["mDNSResponder", "avahi"]
env:
REFERENCE_DEVICE: 1
VIRTUAL_TIME: 0
@@ -111,6 +114,7 @@ jobs:
INTER_OP: 1
COVERAGE: 1
MULTIPLY: 1
OTBR_MDNS: ${{ matrix.otbr_mdns }}
PYTHONUNBUFFERED: 1
VERBOSE: 1
BORDER_ROUTING: 1
+1
View File
@@ -293,6 +293,7 @@ do_build_otbr_docker()
--build-arg NAT64=0 \
--build-arg REST_API=0 \
--build-arg WEB_GUI=0 \
--build-arg MDNS="${OTBR_MDNS:-mDNSResponder}" \
--build-arg OTBR_OPTIONS="${otbr_options[*]}"
)