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))