Add vsock_server test in ci

This commit is contained in:
Anmin Liu
2024-04-17 01:50:58 +00:00
committed by Tate, Hongliang Tian
parent ad140cec3c
commit 50a2aead52
2 changed files with 9 additions and 7 deletions

View File

@ -8,6 +8,6 @@ VSOCK_DIR=/regression/vsock
cd ${VSOCK_DIR}
echo "Start vsock test......"
# ./vsock_server
./vsock_client
./vsock_server
echo "Vsock test passed."