Skip to content

Commit 85f41bd

Browse files
committed
wip
1 parent 6c8882f commit 85f41bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

openshift/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ export DOWNSTREAM_E2E_FLAGS := -count=1 -v
4646
test-e2e: ## Run the e2e tests.
4747
$(DIR)/operator-controller/build-test-registry.sh $(E2E_REGISTRY_NAMESPACE) $(E2E_REGISTRY_NAME) $(E2E_REGISTRY_IMAGE)
4848
cd $(DIR)/../; \
49-
ifconfig; \
49+
ip addr; \
5050
cat /etc/resolv.conf ; \
51-
dig $(E2E_REGISTRY_NAME).$(E2E_REGISTRY_NAMESPACE).svc ; \
51+
oc get service -A -o wide | grep docker-registry ; \
52+
dig $(E2E_REGISTRY_NAME).$(E2E_REGISTRY_NAMESPACE).svc.cluster.local ; \
5253
go test $(DOWNSTREAM_E2E_FLAGS) ./test/e2e/features_test.go --godog.tags="~@mirrored-registry && ~@catalog-updates" --k8s.cli=oc
5354

5455
export DOWNSTREAM_EXPERIMENTAL_E2E_FLAGS := -count=1 -v

0 commit comments

Comments
 (0)