test: add CGROUP_MANAGER env to switch to systemd

default is still cgroupfs

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-05-18 17:39:44 +02:00
parent 645622300a
commit 4dcf33581c
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
4 changed files with 6 additions and 4 deletions

View file

@ -52,7 +52,7 @@
"security.alpha.kubernetes.io/seccomp/pod": "unconfined"
},
"linux": {
"cgroup_parent": "/crio-podsandbox1",
"cgroup_parent": "/Burstable/pod_123-456",
"security_context": {
"namespace_options": {
"host_network": false,

View file

@ -51,7 +51,7 @@
"security.alpha.kubernetes.io/seccomp/pod": "unconfined"
},
"linux": {
"cgroup_parent": "/crio-podsandbox1",
"cgroup_parent": "/Burstable/pod_123-456",
"security_context": {
"namespace_options": {
"host_network": true,

View file

@ -50,7 +50,7 @@
%VALUE%
},
"linux": {
"cgroup_parent": "podsandbox1.slice:container:infra",
"cgroup_parent": "/Burstable/pod_123-456",
"security_context": {
"namespace_options": {
"host_network": false,