-
Notifications
You must be signed in to change notification settings - Fork 18
ESP-IDF: add certificate_auth to sample tests #715
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
Conversation
Visit the preview URL for this PR (updated for commit 8a9f3b7): https://golioth-firmware-sdk-doxygen-dev--pr715-szczys-esp-idf-jlf4e981.web.app (expires Tue, 14 Jan 2025 15:42:50 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: a9993e61697a3983f3479e468bcb0b616f9a0578 |
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
e2ed63e
to
761bccd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
|
||
- name: Generate certificates | ||
env: | ||
DEVICE_NAME: ${{ needs.rand_name.outputs.device_name }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clever!
Add random name generation, certificate generation, certificate staging, and ENV variables. This prepares the workflow for the addition of pytest for teh certificate_auth sample. Signed-off-by: Mike Szczys <[email protected]>
Merge all binaries into build/merge.bin at build time. This file is necessary for automated testing. Signed-off-by: Mike Szczys <[email protected]>
Add pytest for automated testing of the certificate_auth sample. Signed-off-by: Mike Szczys <[email protected]>
761bccd
to
8a9f3b7
Compare
Add the certificate_auth sample to the ESP-IDF testing suite.