Skip to content

Commit b71f84f

Browse files
Merge pull request #219 from enxebre/e2e-cluster-api-actuator-pkg
E2e cluster api actuator pkg
2 parents 430a438 + 93d62ea commit b71f84f

File tree

12 files changed

+753
-532
lines changed

12 files changed

+753
-532
lines changed

Gopkg.lock

Lines changed: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ required = [
88
"k8s.io/code-generator/cmd/informer-gen",
99
"k8s.io/code-generator/cmd/openapi-gen",
1010
"k8s.io/gengo/args",
11+
"github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/openshift"
1112
]
1213

1314
[[constraint]]
@@ -85,3 +86,7 @@ required = [
8586
[[prune.project]]
8687
name = "k8s.io/code-generator"
8788
non-go = false
89+
90+
[[constraint]]
91+
name = "github.com/openshift/cluster-api-actuator-pkg"
92+
revision = "2620fd63480ea1155c71de87a022f1f564f09ff2"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ build-integration: ## Build integration test binary
4545
$(DOCKER_CMD) go build $(GOGCFLAGS) -o bin/integration github.com/openshift/machine-api-operator/test/integration
4646

4747
test-e2e:
48-
go run ./test/e2e/*.go -alsologtostderr
48+
go run ./vendor/github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/openshift/*.go -alsologtostderr
4949

5050
.PHONY: test
5151
test: ## Run tests

test/e2e/main.go

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)