Convert vsock ci to manual trigger

This commit is contained in:
Anmin Liu
2024-06-08 18:50:39 +00:00
committed by Tate, Hongliang Tian
parent 9f67fcdc58
commit 7694c5a6b8
5 changed files with 8 additions and 7 deletions

View File

@ -2,6 +2,10 @@
# SPDX-License-Identifier: MPL-2.0
# To successfully run the vsock test, you should
# 1. Run vsock server binding port 1234 on the host, before running ./vsock_client
# 2. Run vsock client connecting (cid,port)=(3,4321) on the host, after running ./vsock_server
set -e
VSOCK_DIR=/regression/vsock