File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
5557export DOWNSTREAM_EXPERIMENTAL_E2E_FLAGS := -count=1 -v
Original file line number Diff line number Diff line change 8181 - name: http
8282 port: 5000
8383 targetPort: 5000
84- type: NodePort
84+ type: ClusterIP
8585EOF
8686
8787oc wait --for=condition=Available -n " ${namespace} " " deploy/${name} " --timeout=60s
You can’t perform that action at this time.
0 commit comments