Skip to content

Commit c9de76e

Browse files
committed
tests/ai-conformance: validate Gateway CRD is installed
1 parent 994f368 commit c9de76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/scenarios/ai-conformance/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ kubectl rollout status deployment -n ray-system kuberay-operator --timeout=5m ||
152152
# kubectl rollout status deployment -n node-feature-discovery nfd-master --timeout=5m || echo "Warning: node-feature-discovery not ready yet"
153153

154154
echo "Verifying Gateway API..."
155-
kubectl get gatewayclass || echo "Warning: GatewayClass not found"
155+
kubectl get crd gatewayclasses.gateway.networking.k8s.io || echo "Warning: GatewayClass CRD not found"
156156

157157
echo "Verifying Allocatable GPUs..."
158158
# Wait a bit for nodes to report resources

0 commit comments

Comments
 (0)