Skip to content

Commit 409815e

Browse files
committed
tests/ai-conformance: validate Gateway CRD is installed
1 parent 1a221c3 commit 409815e

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
@@ -167,7 +167,7 @@ kubectl rollout status deployment -n kuberay-system kuberay-operator --timeout=5
167167
# kubectl rollout status deployment -n node-feature-discovery nfd-master --timeout=5m || echo "Warning: node-feature-discovery not ready yet"
168168

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

172172
echo "Verifying Allocatable GPUs..."
173173
# Wait a bit for nodes to report resources

0 commit comments

Comments
 (0)