-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
nrf_rpc: Add test for ot_message allocations. #18902
base: main
Are you sure you want to change the base?
nrf_rpc: Add test for ot_message allocations. #18902
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: aa6a7a99a27b5ef6458d0a2f927700dc457334f2 more detailssdk-nrf:
Github labels
List of changed files detected by CI (8)
Outputs:ToolchainVersion: b81a7cd864 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
0564957
to
0ce49fb
Compare
Commit adds unit tests for ot message manipulation in nrf rpc Openthread part. Signed-off-by: Przemyslaw Bida <przemyslaw.bida@nordicsemi.no>
0ce49fb
to
aa6a7a9
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
@@ -104,6 +104,8 @@ static void ot_rpc_udp_open(const struct nrf_rpc_group *group, struct nrf_rpc_cb | |||
return; | |||
} | |||
|
|||
printf("dupa\n"); |
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.
I guess this is the new test result status? :)
Commit adds unit tests for ot message manipulation in nrf rpc Openthread part.