Skip to content

Commit e006c1e

Browse files
committed
Run e2e ginkgo suite
1 parent aa0c3bf commit e006c1e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@ test: ## Run unit tests
7676

7777
.PHONY: test-e2e
7878
test-e2e: ## Run e2e tests
79-
go run ./test/e2e/*.go -alsologtostderr $${NAMESPACE:+--namespace=$${NAMESPACE}} $${FOCUS:+--focus=$${FOCUS}}
79+
go test -timeout 60m \
80+
-v $(REPO_PATH)/vendor/github.com/openshift/cluster-api-actuator-pkg/pkg/e2e \
81+
-kubeconfig $${KUBECONFIG:-~/.kube/config} \
82+
-machine-api-namespace $${NAMESPACE:-openshift-machine-api} \
83+
-ginkgo.v \
84+
-args -v 5 -logtostderr true
8085

8186
.PHONY: lint
8287
lint: ## Go lint your code

0 commit comments

Comments
 (0)