From 15830b3af5f69c05b9bbce55dfbdf8b6e61faf2c Mon Sep 17 00:00:00 2001 From: He Jie Xu Date: Tue, 5 Dec 2023 03:07:34 +0000 Subject: [PATCH] ci: explicitly specify the service want to start for websocket example Signed-off-by: He Jie Xu --- examples/websocket/verify.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/websocket/verify.sh b/examples/websocket/verify.sh index dd76fef1fcd7..8da0213ee883 100755 --- a/examples/websocket/verify.sh +++ b/examples/websocket/verify.sh @@ -21,6 +21,10 @@ mkdir -p certs openssl req -batch -new -x509 -nodes -keyout certs/key.pem -out certs/cert.pem openssl pkcs12 -export -passout pass: -out certs/output.pkcs12 -inkey certs/key.pem -in certs/cert.pem +# Explicitly specified the service want to start, since the `client-ws` is expected to +# not start. +UPARGS="proxy-ws proxy-wss-wss proxy-wss-passthrough service-ws service-wss" + bring_up_example run_log "Interact with web socket ws -> ws"