Skip to content

Conversation

JordanYates
Copy link
Contributor

Add tests for downloads from the Infuse-IoT COAP server with DTLS.

Introduce a common memory buffer that commands can use for as long as
they are running to eliminate the need for individual buffers in each
command.

Signed-off-by: Jordan Yates <[email protected]>
Test `rpc_server_command_working_mem` exists and returns valid values.

Signed-off-by: Jordan Yates <[email protected]>
Update zephyr fork to fix DTLS PSK compilation.

Signed-off-by: Jordan Yates <[email protected]>
Increase resources in the system when nRF700x drivers or native DTLS is
used by an application.

Signed-off-by: Jordan Yates <[email protected]>
Add an option to `infuse_security_derive_chacha_key` to request that
the key can be exported for use in other encryption schemes.

Signed-off-by: Jordan Yates <[email protected]>
Load the COAP DTLS credentials into the appropriate library at boot.

Signed-off-by: Jordan Yates <[email protected]>
Enable DTLS requirements with COAP (unless using the nRF91 modem, which
has its own internal DTLS implementation).

Signed-off-by: Jordan Yates <[email protected]>
Add the option for the data callback to terminate the download early.

Signed-off-by: Jordan Yates <[email protected]>
Increase mbedtls stack size for tests that use Infuse security.
Don't enable `MBEDTLS_ZEPHYR_ENTROPY` with `NRF_CC3XX_PLATFORM`.

Signed-off-by: Jordan Yates <[email protected]>
Move the singular COAP test to a subfolder to make namespace for other
tests.

Signed-off-by: Jordan Yates <[email protected]>
Fix the temporary disabling of the native COAP test by marking it as
build only.

Signed-off-by: Jordan Yates <[email protected]>
Add tests for downloads from the Infuse-IoT COAP server with DTLS.

Signed-off-by: Jordan Yates <[email protected]>
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 60.46512% with 17 lines in your changes missing coverage. Please review.

Project coverage is 90.86%. Comparing base (3bb8764) to head (979ed06).
Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
lib/security.c 51.42% 12 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #276      +/-   ##
==========================================
- Coverage   91.31%   90.86%   -0.46%     
==========================================
  Files         107      107              
  Lines        4146     4181      +35     
  Branches      655      661       +6     
==========================================
+ Hits         3786     3799      +13     
- Misses        194      199       +5     
- Partials      166      183      +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JordanYates JordanYates merged commit e7f3169 into main Oct 9, 2024
11 checks passed
@JordanYates JordanYates deleted the feature/coap_prep branch October 9, 2024 05:36
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.

1 participant