Skip to content

Commit 6c74c26

Browse files
committed
wip
1 parent 85f41bd commit 6c74c26

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

openshift/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ test-e2e: ## Run the e2e tests.
4848
cd $(DIR)/../; \
4949
ip addr; \
5050
cat /etc/resolv.conf ; \
51+
cat /etc/hosts ; \
5152
oc get service -A -o wide | grep docker-registry ; \
52-
dig $(E2E_REGISTRY_NAME).$(E2E_REGISTRY_NAMESPACE).svc.cluster.local ; \
53+
dig $(E2E_REGISTRY_NAME).$(E2E_REGISTRY_NAMESPACE).svc.cluster.local a +search +noall +answer ; \
54+
dig image-registry.openshift-image-registry.svc a +search +noall +answer ; \
5355
go test $(DOWNSTREAM_E2E_FLAGS) ./test/e2e/features_test.go --godog.tags="~@mirrored-registry && ~@catalog-updates" --k8s.cli=oc
5456

5557
export DOWNSTREAM_EXPERIMENTAL_E2E_FLAGS := -count=1 -v

openshift/operator-controller/build-test-registry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
- name: http
8282
port: 5000
8383
targetPort: 5000
84-
type: NodePort
84+
type: ClusterIP
8585
EOF
8686

8787
oc wait --for=condition=Available -n "${namespace}" "deploy/${name}" --timeout=60s

0 commit comments

Comments
 (0)