Skip to content

Commit 3343ffa

Browse files
committed
feat: e2e for vault with ibm power
Signed-off-by: Rajakumar Battula <rbattula@redhat.com>
1 parent 2a65cb8 commit 3343ffa

7 files changed

Lines changed: 539 additions & 0 deletions

File tree

Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,19 @@ test-e2e: ## Run e2e tests against a cluster.
215215
-ginkgo.trace \
216216
-ginkgo.show-node-events \
217217
-ginkgo.label-filter=$(E2E_GINKGO_LABEL_FILTER)
218+
219+
.PHONY: e2e-test-vault # Run the e2e tests against a Kind k8s instance that is spun up.
220+
e2e-test-vault:
221+
go test \
222+
-timeout $(E2E_TIMEOUT) \
223+
-count 1 \
224+
-v \
225+
-p 1 \
226+
-tags e2e \
227+
./test/e2e \
228+
-ginkgo.v \
229+
-ginkgo.show-node-events \
230+
-ginkgo.label-filter="$(E2E_GINKGO_LABEL_FILTER)"
218231

219232
.PHONY: test-apis
220233
test-apis: $(ENVTEST) $(GINKGO) ## Run API integration tests.

0 commit comments

Comments
 (0)