mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-20 13:06:33 +00:00
Clean up and enable more network tests
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
9a3f95eee2
commit
ff7e18b114
@ -4,7 +4,9 @@ set -e
|
||||
|
||||
NETTEST_DIR=/regression/network
|
||||
cd ${NETTEST_DIR}
|
||||
|
||||
echo "Start network test......"
|
||||
|
||||
./tcp_server &
|
||||
./tcp_client
|
||||
./udp_server &
|
||||
@ -12,5 +14,7 @@ echo "Start network test......"
|
||||
./unix_server &
|
||||
./unix_client
|
||||
./socketpair
|
||||
./listen_backlog
|
||||
./send_buf_full
|
||||
|
||||
echo "All network test passed"
|
||||
|
Reference in New Issue
Block a user