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 <zhangshuai39@xiaomi.com>
|
[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.
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 #2931. There are some tests already planned in
net/cmockaplease 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