Skip to content

Commit 59fa53e

Browse files
committed
wip
1 parent 6c74c26 commit 59fa53e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openshift/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export DOWNSTREAM_E2E_FLAGS := -count=1 -v
4545
.PHONY: test-e2e
4646
test-e2e: ## Run the e2e tests.
4747
$(DIR)/operator-controller/build-test-registry.sh $(E2E_REGISTRY_NAMESPACE) $(E2E_REGISTRY_NAME) $(E2E_REGISTRY_IMAGE)
48+
oc create route passthrough $(E2E_REGISTRY_NAME) --service $(E2E_REGISTRY_NAME) -n $(E2E_REGISTRY_NAMESPACE)
49+
oc get route $(E2E_REGISTRY_NAME) -n $(E2E_REGISTRY_NAMESPACE) -o yaml
4850
cd $(DIR)/../; \
4951
ip addr; \
5052
cat /etc/resolv.conf ; \

0 commit comments

Comments
 (0)