-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Move connectivity mbedtls stubs #14890
Conversation
@rajkan01, thank you for your changes. |
fb264e2
to
8c0c8bf
Compare
dcaab91
to
9cc59a3
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.
LGTM, apart from coap-service stubs discussed in #14896 (comment)
9cc59a3
to
412a7ad
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.
@rajkan01 Thanks, the change looks good to me now. It'd be good to update two of the commit messages (source and header) - they still say make a copy of the coap-service stub.
Move the connectivity mbedtls stubs into the connectivity/mbedtls component directory. So we can avoid duplicating the mbed-os source tree in a central UNITTESTS folder.
Update netsocket and lorawan unit tests to link with a mbed-stubs-mbedtls library that it depends on instead of link with mbed-stubs which is a group of stubs libraries.
Previously all the mbedtls stubs headers under mbed-stubs-headers, so this PR move all mbedtls stubs headers under mbedtls/tests/UNITTESTS/double directory and update CMake to include stubs headers into mbed-stubs-mbedtls library to make mbedtls stubs to be self-contained.
412a7ad
to
f500226
Compare
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
fixes #14857
mbed-stubs-headers
, so this PR move all mbedtls stubs headers undermbedtls/tests/UNITTESTS/double
directory and update CMake to include those headers as part of mbed-stubs-mbedtlsImpact of changes
None.
Migration actions required
None
Documentation
To be updated
Pull request type
Test results
Reviewers