Implement vsock socket layer

This commit is contained in:
Anmin Liu
2024-04-07 15:08:18 +00:00
committed by Tate, Hongliang Tian
parent 83a7937334
commit ad140cec3c
34 changed files with 1421 additions and 688 deletions

View File

@ -0,0 +1,13 @@
#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
VSOCK_DIR=/regression/vsock
cd ${VSOCK_DIR}
echo "Start vsock test......"
# ./vsock_server
./vsock_client
echo "Vsock test passed."