Skip to content

Commit 8dcc3d2

Browse files
committed
fix(tests): v2 wip
1 parent cad391b commit 8dcc3d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test-xfuncjs.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ for i in {1..60}; do
8686
kubectl get simpleconfigmaps.test.crossplane.io -o yaml || true
8787
echo "Crossplane Function status:"
8888
kubectl get functions.pkg.crossplane.io || true
89-
echo "FunctionRuntime status:"
90-
kubectl get functionruntimes.pkg.crossplane.io || true
89+
echo "Function pods status:"
90+
kubectl get pods -n crossplane-system -l app.kubernetes.io/name=function-xfuncjs || true
9191
fi
9292

9393
sleep 2
@@ -99,8 +99,8 @@ if [ "$configmap_created" = false ]; then
9999
kubectl get simpleconfigmaps.test.crossplane.io -o yaml || true
100100
echo "Final Crossplane Function status:"
101101
kubectl get functions.pkg.crossplane.io || true
102-
echo "Final FunctionRuntime status:"
103-
kubectl get functionruntimes.pkg.crossplane.io || true
102+
echo "Final Function pods status:"
103+
kubectl get pods -n crossplane-system -l app.kubernetes.io/name=function-xfuncjs || true
104104
exit 1
105105
fi
106106

0 commit comments

Comments
 (0)