Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/kuttl/common/osp_check_noapi_service_certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ for database in "${!database_secrets[@]}"; do

for port in $ports; do
echo "Connecting to $database on port $port..."
sleep 5

pod_cert=$(oc rsh -n "$NAMESPACE" openstackclient openssl s_client -starttls mysql -connect "$cluster_ip:$port" </dev/null 2>/dev/null | sed -ne '/-----BEGIN CERTIFICATE-----/,/-----END CERTIFICATE-----/p')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ commands:
echo "Found $BAD_OR_MISSING_NODE_SELECTOR_COUNT pods with bad or missing nodeselector:"
echo "$BAD_OR_MISSING_NODE_SELECTOR"
exit 1
else
sleep 5
fi
- script: |
echo "Checking all cronjobs have expected nodeselector"
Expand All @@ -20,4 +22,6 @@ commands:
echo "Found $BAD_OR_MISSING_NODE_SELECTOR_COUNT cronjobs with bad or missing nodeselector:"
echo "$BAD_OR_MISSING_NODE_SELECTOR"
exit 1
else
sleep 5
fi
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ commands:
echo "Found $BAD_OR_MISSING_NODE_SELECTOR_COUNT pods with bad or missing nodeselector:"
echo "$BAD_OR_MISSING_NODE_SELECTOR"
exit 1
else
sleep 5
fi
- script: |
echo "Checking all cronjobs have expected nodeselector"
Expand All @@ -20,4 +22,6 @@ commands:
echo "Found $BAD_OR_MISSING_NODE_SELECTOR_COUNT cronjobs with bad or missing nodeselector:"
echo "$BAD_OR_MISSING_NODE_SELECTOR"
exit 1
else
sleep 5
fi