Skip to content

Commit

Permalink
Add mosquitto to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Oct 20, 2023
1 parent f3ab982 commit daa11de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fsanitize-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
# Disable default broker daemon
sudo service mosquitto stop
sleep 1
# This is some debug info useful if something goes wrong
- name: Show network status
Expand Down
1 change: 1 addition & 0 deletions scripts/client.test
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ then
# Run mosquitto broker
mosquitto -c scripts/broker_test/mosquitto.conf &
broker_pid=$!
sleep 1
def_args="${def_args} -h localhost"
mutual_auth_args="${mutual_auth_args} -c certs/client-cert.pem -K certs/client-key.pem"
ecc_mutual_auth_args="${mutual_auth_args} -c certs/client-ecc-cert.pem -K certs/ecc-client-key.pem"
Expand Down

0 comments on commit daa11de

Please sign in to comment.