[test] disable INTER_OP_BBR by default (#8952)

This commit disables `INTER_OP_BBR` by default to avoid unnecessary
build in most times.
This commit is contained in:
Yakun Xu
2023-04-13 22:58:07 -07:00
committed by GitHub
parent 0ca01ae501
commit 720965ae1b
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ readonly NAT64
NAT64_SERVICE="${NAT64_SERVICE:-openthread}"
readonly NAT64_SERVICE
INTER_OP_BBR="${INTER_OP_BBR:-1}"
INTER_OP_BBR="${INTER_OP_BBR:-0}"
readonly INTER_OP_BBR
OT_COREDUMP_DIR="${PWD}/ot-core-dump"