Skip to content

Commit

Permalink
ci: explicitly specify the service want to start for websocket example
Browse files Browse the repository at this point in the history
Signed-off-by: He Jie Xu <hejie.xu@intel.com>
  • Loading branch information
soulxu committed Dec 5, 2023
1 parent 5bc7a8c commit 15830b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/websocket/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 15830b3

Please sign in to comment.