Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
test: run DNS validation against more than one query (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored and acs-bot committed Sep 19, 2019
1 parent 44bc4e3 commit 26383d7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/e2e/kubernetes/workloads/validate-dns-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ spec:
spec:
restartPolicy: Never
containers:
- name: validate-bing
- name: validate-bing-google
image: library/busybox
command: ['sh', '-c', 'until nslookup www.bing.com; do echo waiting for DNS resolution; sleep 1; done;']
- name: validate-google
image: library/busybox
command: ['sh', '-c', 'until nslookup google.com; do echo waiting for DNS resolution; sleep 1; done;']
command: ['sh', '-c', 'until nslookup www.bing.com || nslookup google.com; do echo waiting for DNS resolution; sleep 1; done;']
nodeSelector:
beta.kubernetes.io/os: linux

0 comments on commit 26383d7

Please sign in to comment.