-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use kubernetes-sigs/e2e-framework for e2e testing
- Loading branch information
Showing
33 changed files
with
12,114 additions
and
11,941 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,5 @@ vendor | |
*.swp | ||
*.swo | ||
*~ | ||
|
||
coverage.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,8 +67,8 @@ test: manifests generate check ## Run unit-tests. | |
source ${ENVTEST_ASSETS_DIR}/setup-envtest.sh; fetch_envtest_tools $(ENVTEST_ASSETS_DIR); setup_envtest_env $(ENVTEST_ASSETS_DIR); go test ./pkg/... -coverprofile cover.out | ||
|
||
##@ e2e | ||
e2e: ginkgo kind ## Run e2e test. | ||
PATH="${GOBIN}:${PATH}" ./hack/e2e.sh | ||
e2e: kind ## Run e2e test. | ||
PATH="${GOBIN}:${PATH}" ./hack/e2e.sh $(E2EARGS) | ||
|
||
##@ Build | ||
build: ## Build binary. | ||
|
@@ -154,7 +154,7 @@ ginkgo: | |
$(call go-get-tool,$(GOBIN)/ginkgo,github.com/onsi/ginkgo/[email protected]) | ||
|
||
kind: | ||
$(call go-get-tool,$(GOBIN)/kind,sigs.k8s.io/kind@v0.19.0) | ||
$(call go-get-tool,$(GOBIN)/kind,sigs.k8s.io/kind@v0.20.0) | ||
|
||
# go-get-tool will 'go get' any package $2 and install it to $1. | ||
define go-get-tool | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.