framework.Failf("env of pod container does not match the env of the original pod: expected %#v, got: %#v",originalPod.Spec.Containers[0].Env,pod.Spec.Containers[0].Env)
framework.Failf("env of pod init container does not match the env of the original pod: expected %#v, got: %#v",originalPod.Spec.InitContainers[0].Env,pod.Spec.InitContainers[0].Env)