11if RT_USING_LWIP
2- menu "LwIP Network Unit Testcase "
2+ menu "LwIP"
33
44 config RT_UTEST_TC_USING_LWIP
5- bool "lwIP API test "
5+ bool "lwIP API Test "
66 help
77 Enable lwIP network stack unit tests including DNS resolution,
88 TCP/UDP socket operations, and network interface tests
99
1010 if RT_UTEST_TC_USING_LWIP
1111
1212 config RT_UTEST_LWIP_DNS_TEST
13- bool "DNS resolution test "
13+ bool "DNS Resolution Test "
1414 default y
1515 help
1616 Enable DNS resolution unit tests including gethostbyname()
@@ -20,7 +20,7 @@ if RT_USING_LWIP
2020 without hardcoded IP comparisons.
2121
2222 config RT_UTEST_LWIP_TCP_TEST
23- bool "TCP socket test "
23+ bool "TCP Socket Test "
2424 default y
2525 help
2626 Enable TCP socket unit tests including client-server communication
@@ -30,7 +30,7 @@ if RT_USING_LWIP
3030 and connection management (shutdown, close).
3131
3232 config RT_UTEST_LWIP_UDP_TEST
33- bool "UDP socket test "
33+ bool "UDP Socket Test "
3434 default y
3535 help
3636 Enable UDP socket unit tests including datagram transmission
@@ -39,23 +39,23 @@ if RT_USING_LWIP
3939 functions, and timeout handling for receive operations.
4040
4141 config RT_UTEST_LWIP_ICMP_TEST
42- bool "ICMP ping test "
42+ bool "ICMP Ping Test "
4343 default y
4444 help
4545 Enable ICMP ping unit tests using raw sockets to send
4646 ICMP echo requests and receive echo replies. Tests verify
4747 basic ICMP functionality with loopback address (127.0.0.1).
4848
4949 config RT_UTEST_LWIP_SOCKET_OPT_TEST
50- bool "Socket options test "
50+ bool "Socket Options Test "
5151 default y
5252 help
5353 Enable socket options unit tests including setsockopt()
5454 and getsockopt() functions. Tests verify setting and
5555 retrieving socket options such as SO_REUSEADDR.
5656
5757 config RT_UTEST_LWIP_ADDR_CONV_TEST
58- bool "Address conversion test "
58+ bool "Address Conversion Test "
5959 default y
6060 help
6161 Enable address conversion unit tests including inet_addr()
@@ -64,7 +64,7 @@ if RT_USING_LWIP
6464 Tests verify proper conversion functionality.
6565
6666 config RT_UTEST_LWIP_NETIF_TEST
67- bool "Network interface management test "
67+ bool "Network Interface Management Test "
6868 default y
6969 help
7070 Enable network interface management unit tests including
@@ -73,30 +73,30 @@ if RT_USING_LWIP
7373 default interface configuration.
7474
7575 config RT_UTEST_LWIP_TCP_PORT
76- int "TCP test port "
76+ int "TCP Test Port "
7777 default 1234
7878 range 1024 65535
7979 help
8080 Configure the TCP port number for unit test communication.
8181 Must be in the range 1024-65535 to avoid system ports
8282
8383 config RT_UTEST_LWIP_UDP_PORT
84- int "UDP test port "
84+ int "UDP Test Port "
8585 default 1235
8686 range 1024 65535
8787 help
8888 Configure the UDP port number for unit test communication.
8989 Must be in the range 1024-65535 to avoid system ports
9090
9191 config RT_UTEST_LWIP_TEST_URL
92- string "Test domain name "
92+ string "Test Domain Name "
9393 default "www.rt-thread.org"
9494 help
9595 Configure the domain name for DNS resolution tests.
9696 This domain will be resolved to verify DNS functionality
9797
9898 config RT_UTEST_LWIP_TEST_ADDR
99- string "Expected IP address "
99+ string "Expected IP Address "
100100 default "180.163.146.111"
101101 help
102102 Configure the expected IP address for DNS resolution verification.
@@ -107,10 +107,10 @@ if RT_USING_LWIP
107107endif
108108
109109if RT_USING_NETDEV
110- menu "Netdev Network Unit Testcase "
110+ menu "Netdev"
111111
112112 config RT_UTEST_TC_USING_NETDEV
113- bool "netdev api test "
113+ bool "Netdev API Test "
114114 help
115115 Enable netdev network device framework unit tests.
116116
@@ -126,7 +126,7 @@ if RT_USING_NETDEV
126126 if RT_UTEST_TC_USING_NETDEV
127127
128128 config RT_UTEST_DEFAULT_NETDEV_NAME
129- string "Default netdev name "
129+ string "Default Netdev Name "
130130 default "e0"
131131 help
132132 Network interface name for tests. Common values:
0 commit comments