Skip to content

Commit

Permalink
Enable built-in bridge for testing
Browse files Browse the repository at this point in the history
Signed-off-by: James Rhodes <[email protected]>
  • Loading branch information
jarhodes314 authored and reubenmiller committed Jul 29, 2024
1 parent 5a45e15 commit 59d2b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/images/debian-systemd/files/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 59d2b2f

Please sign in to comment.