mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Debug values when test fail
This commit is contained in:
parent
9c75f4a40a
commit
d20698a7a8
@ -141,7 +141,7 @@ var _ = ginkgo.Describe("[sig-node] Downward API", func() {
|
||||
{
|
||||
Name: "dapi-container",
|
||||
Image: imageutils.GetE2EImage(imageutils.BusyBox),
|
||||
Command: []string{"sh", "-c", `[[ "${HOST_IP:?}" == "${POD_IP:?}" ]] && echo 'OK'`},
|
||||
Command: []string{"sh", "-c", `[[ "${HOST_IP:?}" == "${POD_IP:?}" ]] && echo 'OK' || echo "HOST_IP: '${HOST_IP}' != POD_IP: '${POD_IP}'"`},
|
||||
Env: env,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user