mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-20 13:06:33 +00:00
Implement vsock socket layer
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
83a7937334
commit
ad140cec3c
13
regression/apps/scripts/run_vsock_test.sh
Normal file
13
regression/apps/scripts/run_vsock_test.sh
Normal 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."
|
Reference in New Issue
Block a user