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 daa11de commit b469920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/client.test
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ 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 b469920

Please sign in to comment.