Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mantle/kola/tests/crio: update tests for new cri-tools
Cri-tools 1.29[0] now pre-validates container metadata before running with crictl[1]. The required uid field was missing in our test causing the following failure. ``` load podSandboxConfig: name, namespace or uid is not in metadata \"&PodSandboxMetadata{Name:rhcos-crio-pod-restart-test,Uid:,Namespace:redhat.test.crio,Attempt:0,}\ ``` [0] https://github.com/kubernetes-sigs/cri-tools/releases/tag/v1.29.0 [1] kubernetes-sigs/cri-tools#1274
- Loading branch information