mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Remove debug print
This commit is contained in:
parent
9b67435cf3
commit
c6ca865e1a
@ -239,7 +239,6 @@ var _ = Describe("DNS", func() {
|
|||||||
probeCmd += fmt.Sprintf(`test -n "$(dig +tcp +noall +answer +search %s)" && echo OK > /results/tcp@%s;`, name, name)
|
probeCmd += fmt.Sprintf(`test -n "$(dig +tcp +noall +answer +search %s)" && echo OK > /results/tcp@%s;`, name, name)
|
||||||
}
|
}
|
||||||
probeCmd += "sleep 1; done"
|
probeCmd += "sleep 1; done"
|
||||||
Logf("vishh: 1")
|
|
||||||
// Run a pod which probes DNS and exposes the results by HTTP.
|
// Run a pod which probes DNS and exposes the results by HTTP.
|
||||||
By("creating a pod to probe DNS")
|
By("creating a pod to probe DNS")
|
||||||
pod := &api.Pod{
|
pod := &api.Pod{
|
||||||
|
Loading…
Reference in New Issue
Block a user