Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mosquitto to CI tests #365

Merged
merged 1 commit into from Oct 26, 2023
Merged

Add mosquitto to CI tests #365

merged 1 commit into from Oct 26, 2023

Conversation

embhorn
Copy link
Member

@embhorn embhorn commented Oct 20, 2023

Adds mosquitto to workflows
Changes test ports to use 11883 and 18883
Fix firmware test md5 check

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"
tls_port_args="-p 18883"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it still required to use different port numbers even after your script stops the mosquito daemon sudo service mosquitto stop?

@dgarske dgarske merged commit 02782ea into wolfSSL:master Oct 26, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants