Skip to content

Commit 044db44

Browse files
committed
DNM Add delay in executing script
The test still fails on some infra, probably because it does not have enough time to replace all required things. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent bd8f2f2 commit 044db44

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/kuttl/tests/ctlplane-tls-custom-issuers/02-assert-service-certs-issuers.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ commands:
88
99
- script: |
1010
echo "Checking issuer of internal certificates..."
11+
sleep 60
1112
oc exec -i openstackclient -n $NAMESPACE -- bash -s < ../../common/osp_check_cert_issuer.sh "issuer=CN=rootca-internal-custom" "internal"
1213
1314
- script: |
1415
echo "Checking issuer of ingress certificates..."
16+
sleep 60
1517
oc exec -i openstackclient -n $NAMESPACE -- bash -s < ../../common/osp_check_cert_issuer.sh "rootca-ingress-custom" "public"

0 commit comments

Comments
 (0)