kube-prometheus: Add e2e tests

This commit is contained in:
Max Leonard Inden
2019-01-24 11:30:21 +01:00
parent f0d8ba64d7
commit 0687c56cea
4 changed files with 197 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ test: $(JB_BINARY)
$(JB_BINARY) install
./test.sh
test-e2e:
go test -timeout 55m -v ./tests/e2e
test-in-docker: ../../hack/jsonnet-docker-image
@echo ">> Compiling assets and generating Kubernetes manifests"
docker run \