Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[zep fromlist] add guard for error code that was removed in TF-PSA-Cr… #225
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
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
[zep fromlist] add guard for error code that was removed in TF-PSA-Cr… #225
Changes from 1 commit
213745acda1a0c3061fa13b676fb5cae26e0c4f22d558aea713277e8a68b30a8a1482c179f770f121ebc8c7426236906a08da5e192a76e91397f5b48614dc0b4d6b5278cf696266fa623318ae65051fd160813b80f6f831b8f5a6fe5d2c587cdbce554b93637c876840bbe9dcd388095a7362c1d97ec73daf7fa61a0023d7577311848918ddd0d831514463869c45ce3fec40407cbcee12c80e8a393e51c815ca40f96d51b38881ee150c305b0925ffef14266f045ef9a5527daf762f1f98358547e9bf7c00908752bd082c457b6b54b35733f110741b523d762a2d79ebba0b3968ae74e4ffaf366c72724c5d8f6462425c7215d06348b2f6b347195baa3df8066856ddd1965927a242f934ce8af7061af9137223333d720173ce378559712cb50246dcc6b21b0f6a858489fb35d8ba737f837036875a787f3ab6481ad26516cb5ffd9a4d9875b39f0ede310d61229862bf7cb183eb3683d5b59b2d13e5886efe493ea5722da64c7c4437e6031f969397004e865793568d793ae95780fdeaae5dc9eb38661d97236295bd70d095f59cba01ecf97674e56be53fe0614c650325ac75db779416bb89ce3d246c5177f841a569b6c7c0da6962c90d5e57a4db2d991c29d3cc6501c88fd2bcdaebc7d864888911ab0c9787f8e04a9327918091414eafbc7efd44de4e04f719ec60b4fc0c003f1de4b7f2ada7bad7ca19916c63700894e060f277297be867de9a525c40d446aec85ce4e790ac56d4e2c64964c1ebc73c60049ba31da737be4382e486525d9e6a4040102c7e344fe9492f12f155cc5006b0eca4f1bd5996e2a6c4accbc6f2da63482207d10faeecc57f7404c804d7000865d92992aba8895ada63f2b8f0c7937dc3d6e20bfbcc280027088154dac36d9db3d169d7f5aab9c7bbcb83e0bff9fd372a9b81da0733c81d40058adfecd4b01632669f65c1b97d8dc2a4c83f924523f501e6003bc41dddb5fd24a5dcb5426789276c02f975ae272e9a7201042db354c622202fae11cea067c9600c88db2388612d403758ac4ec1eb19e8e2c214a275b3fd9fc5141d55e6993cd25bc42282a7c051ff53b1643ea2dbef03cecd25761fb7c88bc7bf23405425adf569fffdb05ef3b4618af2ddbeb85740ee76043b2d23f2bfcedFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
This commit adds a new Nexus test case for 'CoAP Diagnostic Get Request, Response and Reset Commands' (5.7.1) as specified in the test specification. Summary of changes: - Implemented Nexus test 5.7.1: - Added test_5_7_1.cpp: Sets up a network topology with a Leader, Router 1 (DUT), and various child nodes (FED, MED, SED, REED). Executes the 8-step test sequence by sending CoAP Diagnostic Get and Reset commands from the Leader to the DUT using direct method calls. Uses AllowList for topology management and sets log level to note. - Added verify_5_7_1.py: PCAP verification script for test 5.7.1. Validates the presence and values of requested Network Diagnostic TLVs in CoAP requests and responses. Ensures the DUT correctly handles requests for MAC Counters, Timeout (omitted), and Child Table, and verifies the reset functionality. - Enhanced verification utilities: - Updated verify_utils.py: Added length checks during Thread TLV parsing in CoAP payloads to handle overlapping TLV types correctly and prevent verification failures. - Updated build and execution scripts: - Modified CMakeLists.txt to build the new 5.7.1 test executable. - Updated run_nexus_tests.sh to include 5.7.1 in the default test list.Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.