Skip to content

Commit

Permalink
Remove customizations for skipped test
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Dorosh <kevin.dorosh@solo.io>
  • Loading branch information
Kevin Dorosh committed Jul 6, 2023
1 parent eb05c10 commit bef3d72
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 84 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,4 @@ spec:
failureThreshold: 10
periodSeconds: 1
tcpSocket:
port: tcp-health-port
dnsConfig:
options:
- name: ndots
value: "1"
port: tcp-health-port
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ spec:
imagePullSecrets:
- name: {{ $.ImagePullSecretName }}
{{- end }}
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
{{- if and
(ne ($subset.Annotations.GetByName "sidecar.istio.io/inject") "false")
Expand Down
5 changes: 0 additions & 5 deletions pkg/test/framework/components/echo/kube/testdata/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: istio-proxy
image: auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ spec:
automountServiceAccountToken: false
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: istio-proxy
image: auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: istio-proxy
image: auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: app
image: testing.hub/app:latest
Expand Down Expand Up @@ -119,11 +114,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: app
image: testing.hub/app:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: istio-proxy
image: auto
Expand Down Expand Up @@ -124,11 +119,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: istio-proxy
image: auto
Expand Down
10 changes: 0 additions & 10 deletions pkg/test/framework/components/echo/kube/testdata/multiversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: istio-proxy
image: auto
Expand Down Expand Up @@ -128,11 +123,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: app
image: testing.hub/app:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: istio-proxy
image: auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: istio-proxy
image: auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: istio-proxy
image: auto
Expand Down Expand Up @@ -123,11 +118,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
# required for TestServiceEntryDNSWithAutoAssign test since golang DNS client in ForwardEcho pod does not honor ndots
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: app
image: testing.hub/app:latest
Expand Down
10 changes: 1 addition & 9 deletions tests/integration/ambient/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,10 @@ components:
- name: istio-ingressgateway
enabled: true
values:
ztunnel:
meshConfig:
defaultConfig:
proxyMetadata:
ISTIO_META_DNS_CAPTURE: "true"
ISTIO_META_DNS_AUTO_ALLOCATE: "true"
DNS_PROXY_ADDR: "0.0.0.0:15053"
meshConfig:
defaultConfig:
proxyMetadata:
ISTIO_META_DNS_CAPTURE: "true"
ISTIO_META_DNS_AUTO_ALLOCATE: "true"
ISTIO_META_DNS_CAPTURE: "false"
DNS_PROXY_ADDR: "0.0.0.0:15053"
accessLogFile: /dev/stdout`

Expand Down

0 comments on commit bef3d72

Please sign in to comment.