Skip to content

Commit

Permalink
check port
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Jan 15, 2025
1 parent a53b4f3 commit b8b19a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/pit/lib/lib-cc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,11 @@ runControlCenter() {
installCC || waitForCC 400 || return 1
[ -n "$CC_KEY" -a -n "$CC_CERT" ] && installTls || return 1
forwardIngress || return 1
sleep 2
tmp_pass=`kubectl -n $CC_NS get secret control-center-user -o go-template="{{ .data.password | base64decode | println }}"`
log "Control Center installed, login to https://$CC_CONTROL with the username $CC_EMAIL and password: $tmp_pass"
test=`computeAbsolutePath`/its/cc-setup.js
echo "$test"
checkPort 443 || return 1
runPlaywrightTests "$test" "" "prod" "control-center" --url=https://$CC_CONTROL --email=$CC_EMAIL
deleteCluster
;;
Expand Down

0 comments on commit b8b19a8

Please sign in to comment.