-
Notifications
You must be signed in to change notification settings - Fork 587
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
apps/testing: Add a cmocka framework for network testing #2935
Conversation
Provides a network automated testing framework, including the main directory structure and Makefile, CMakeLists, Kconfig and other files such as tcp. Signed-off-by: zhangshuai39 <[email protected]>
[Experimental Bot, please feedback here] No, this PR summary does not adequately meet the NuttX requirements. While it provides a basic outline, it lacks crucial detail. Here's why:
In short, the PR description needs significant expansion to meet the NuttX requirements. More details are needed in every section to make it a complete and informative description of the changes. |
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.
Thank you @zs39 :-)
- This is just the initial template with no tests that you will add soon right?
- Please let us know how this testing work at current stage, can you provide a test log?
- Please note that testing is currently being reorganized and will probably change directory structure soon The placement of cases under testing is a bit messy, and cases of the same type need to be merged #2931. There are some tests already planned in
net/cmocka
please make sure you are not duplicating the work?
Yes.
will provide in the next patchset.
yes, that's why we want upstreaming nettest first to avoid the conflct with the structure layout. |
Summary
Provides a network automated testing framework, including the main directory structure and Makefile, CMakeLists, Kconfig and other files such as tcp.
Impact
N/A
Testing
Local qemu environment verification