Skip to content

Commit d97273f

Browse files
committed
e2e-test target in makefile
Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
1 parent 1b5fb26 commit d97273f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ test-integration: ## Run integration tests.
137137
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./test/integration/epp/... -race -coverprofile cover.out
138138

139139
.PHONY: test-e2e
140-
test-e2e: ## Run end-to-end tests against an existing Kubernetes cluster. When using default configuration, the tests need at least 3 available GPUs.
140+
test-e2e: manifests generate fmt vet envtest ## Run end-to-end tests against an existing Kubernetes cluster.
141141
MANIFEST_PATH=$(PROJECT_DIR)/$(E2E_MANIFEST_PATH) go test ./test/e2e/epp/ -v -ginkgo.v
142142

143143
.PHONY: lint

0 commit comments

Comments
 (0)