Skip to content

Commit

Permalink
Remove e2e tests from cmd/clusterctl/test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
prankul88 committed Apr 21, 2020
1 parent ba3bd5c commit ac8927b
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 1,505 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RELEASE_NOTES_BIN := bin/release-notes
RELEASE_NOTES := $(TOOLS_DIR)/$(RELEASE_NOTES_BIN)
LINK_CHECKER_BIN := bin/liche
LINK_CHECKER := $(TOOLS_DIR)/$(LINK_CHECKER_BIN)
CLUSTERCTL_E2E_DIR := cmd/clusterctl/test/e2e
GO_APIDIFF_BIN := bin/go-apidiff
GO_APIDIFF := $(TOOLS_DIR)/$(GO_APIDIFF_BIN)

Expand Down Expand Up @@ -323,7 +322,6 @@ modules: ## Runs go mod to ensure modules are up to date.
go mod tidy
cd $(TOOLS_DIR); go mod tidy
$(MAKE) -C $(CAPD_DIR) modules
$(MAKE) -C $(CLUSTERCTL_E2E_DIR) modules

## --------------------------------------
## Docker
Expand Down
26 changes: 0 additions & 26 deletions cmd/clusterctl/test/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions cmd/clusterctl/test/e2e/Makefile

This file was deleted.

97 changes: 0 additions & 97 deletions cmd/clusterctl/test/e2e/config_cluster_test.go

This file was deleted.

125 changes: 0 additions & 125 deletions cmd/clusterctl/test/e2e/delete_test.go

This file was deleted.

72 changes: 0 additions & 72 deletions cmd/clusterctl/test/e2e/e2e_suite_test.go

This file was deleted.

22 changes: 0 additions & 22 deletions cmd/clusterctl/test/e2e/go.mod

This file was deleted.

Loading

0 comments on commit ac8927b

Please sign in to comment.