mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 00:43:24 +00:00
Running regression test in ci
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
af81741f23
commit
d24775001f
16
regression/apps/scripts/network.sh
Executable file
16
regression/apps/scripts/network.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
NETTEST_DIR=/regression/network
|
||||
cd ${NETTEST_DIR}
|
||||
echo "Start network test......"
|
||||
./tcp_server &
|
||||
./tcp_client
|
||||
./udp_server &
|
||||
./udp_client
|
||||
./unix_server &
|
||||
./unix_client
|
||||
./socketpair
|
||||
|
||||
echo "All network test passed"
|
Reference in New Issue
Block a user