Avastancu/arc e2e test linux vm (#2285)

This commit is contained in:
Ava Stancu
2023-02-27 15:36:15 +01:00
committed by GitHub
parent 149cf47c83
commit 910269aa11
5 changed files with 193 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ GO_TEST_ARGS ?= -short
# Run tests
test: generate fmt vet manifests shellcheck
go test $(GO_TEST_ARGS) ./... -coverprofile cover.out
go test $(GO_TEST_ARGS) `go list ./... | grep -v ./test_e2e_arc` -coverprofile cover.out
go test -fuzz=Fuzz -fuzztime=10s -run=Fuzz* ./controllers/actions.summerwind.net
test-with-deps: kube-apiserver etcd kubectl