Skip to content

Commit

Permalink
Update e2e.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CatherineF-dev authored Jun 13, 2024
1 parent 92879d7 commit 9f63e49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ echo "kube-state-metrics is up and running"
echo "start e2e test for kube-state-metrics"
KSM_HTTP_METRICS_URL='http://localhost:8001/api/v1/namespaces/kube-system/services/kube-state-metrics:http-metrics/proxy'
KSM_TELEMETRY_URL='http://localhost:8001/api/v1/namespaces/kube-system/services/kube-state-metrics:telemetry/proxy'

kubectl --namespace=kube-system logs deployment/kube-state-metrics kube-state-metrics
go test -v ./tests/e2e/main_test.go --ksm-http-metrics-url=${KSM_HTTP_METRICS_URL} --ksm-telemetry-url=${KSM_TELEMETRY_URL}

# TODO: re-implement the following test cases in Go with the goal of removing this file.
Expand Down

0 comments on commit 9f63e49

Please sign in to comment.