mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Automatic merge from submit-queue (batch tested with PRs 44068, 45292) Add the seccomp profile loading test to dockershim The test was originally in docker_manager_test.go (now removed). I copied and adapated the logic for the new test. Also move the origina test fixtures needed for the test. ref: the original test is at https://github.com/kubernetes/kubernetes/blob/v1.6.2/pkg/kubelet/dockertools/docker_manager_linux_test.go#L294 This is part of #43234