Skip to content

Commit 50e7c4d

Browse files
committed
Add makefile target for console integration tests
1 parent bb1a984 commit 50e7c4d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@ console-build: generate-dockerfile-console-plugin ## Build the console image
375375
console-push: ## Push the console image
376376
podman push $(CONSOLE_PLUGIN_IMAGE)
377377

378+
.PHONY: console-integration-tests
379+
console-integration-tests: ## Run console integration tests (requires running cluster)
380+
@echo "Running console integration tests..."
381+
cd console; ./test-prow-e2e.sh
382+
378383
# Build an OLM catalog image by adding the bundle image to a simple catalog using the
379384
# operator package manager tool, 'opm'. For more information see:
380385
# https://olm.operatorframework.io/docs/reference/catalog-templates

0 commit comments

Comments
 (0)