From a418ef8dc21b578ac88b2c9055fa3936fd401d75 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 16 Dec 2016 13:33:38 -0800 Subject: [PATCH] Fixup cgroup in test sandbox config Signed-off-by: Mrunal Patel --- test/testdata/sandbox_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testdata/sandbox_config.json b/test/testdata/sandbox_config.json index 0135b7b1..8f662649 100644 --- a/test/testdata/sandbox_config.json +++ b/test/testdata/sandbox_config.json @@ -52,7 +52,7 @@ "security.alpha.kubernetes.io/seccomp/pod": "unconfined" }, "linux": { - "cgroup_parent": "podsandbox1.slice:container:infra", + "cgroup_parent": "/ocid-podsandbox1", "security_context": { "namespace_options": { "host_network": false,