From 59d2b2f566a5f15c011196243cbe848b2d65b60b Mon Sep 17 00:00:00 2001 From: James Rhodes Date: Fri, 31 May 2024 09:57:44 +0100 Subject: [PATCH] Enable built-in bridge for testing Signed-off-by: James Rhodes --- tests/images/debian-systemd/files/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/images/debian-systemd/files/bootstrap.sh b/tests/images/debian-systemd/files/bootstrap.sh index 35408e89017..b7d116596cb 100755 --- a/tests/images/debian-systemd/files/bootstrap.sh +++ b/tests/images/debian-systemd/files/bootstrap.sh @@ -896,6 +896,8 @@ connect_mappers() { # retry connection attempts sudo tedge disconnect "$TEDGE_MAPPER" || true + sudo tedge config set mqtt.bridge.built_in true + CONNECT_ATTEMPT=0 while true; do CONNECT_ATTEMPT=$((CONNECT_ATTEMPT + 1))