Skip to content

Commit

Permalink
TEMP - ensure JQ is available
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jan 23, 2025
1 parent 19e1a60 commit 1b607c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/test-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ scenarios:
- helm install test-python ./chart/ --set=scenarioTag="${SCENARIO_TAG}" -n default
- sleep 5
- kubectl wait --for=condition=Ready -n default --all pods --timeout=2m
- command -v jq
- kubectl get pods --output json | jq '.items[].spec.initContainers | select( . != null )[].name' | grep -q "newrelic-instrumentation-" || $(echo "Operator failed to attach initcontainer." >&2; exit 1)
- curl --fail-with-body $(minikube service test-app-python-service --url -n default)
tests:
Expand Down

0 comments on commit 1b607c1

Please sign in to comment.