Skip to content

Commit

Permalink
Run e2e ginkgo suite
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Feb 28, 2019
1 parent 969da4c commit 6a73671
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,14 @@ k8s-e2e: ## Run k8s specific e2e test
-args -v 5 -logtostderr true

.PHONY: test-e2e
test-e2e:
go run ./vendor/github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/openshift/*.go -alsologtostderr
test-e2e: ## Run openshift specific e2e test
go test -timeout 60m \
-v ./vendor/github.com/openshift/cluster-api-actuator-pkg/pkg/e2e \
-kubeconfig $${KUBECONFIG:-~/.kube/config} \
-machine-api-namespace $${NAMESPACE:-openshift-machine-api} \
-ginkgo.v \
-args -v 5 -logtostderr true


.PHONY: lint
lint: ## Go lint your code
Expand Down

0 comments on commit 6a73671

Please sign in to comment.