Skip to content
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 #28

Closed
wants to merge 0 commits into from

Conversation

zs39
Copy link
Contributor

@zs39 zs39 commented Dec 24, 2024

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

qemu environment test

int "Stack size"
default DEFAULT_TASK_STACKSIZE

config TESTING_NET_TCP
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the purpose of this marco ? keep only TESTING_NET_TEST ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the purpose of this marco ? keep only TESTING_NET_TEST ?

In the future, test cases will be grouped according to network protocols. Should I remove this macro in this patch?

testing/nettest/tcp/test_tcp_connect_01.c Outdated Show resolved Hide resolved
testing/nettest/tcp/test_tcp_connect_01.c Outdated Show resolved Hide resolved
testing/nettest/tcp/test_tcp_connect_01.c Outdated Show resolved Hide resolved
testing/nettest/tcp/test_tcp_common.c Outdated Show resolved Hide resolved
testing/nettest/tcp/test_tcp_common.c Outdated Show resolved Hide resolved
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.

4 participants