Skip to content

Commit 8378e6a

Browse files
authored
Merge pull request #470 from vvejell1/cgroups
Specify Cgroups versions for JailerConfig
2 parents 76e7f6e + 19a5ac8 commit 8378e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

machine_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ func TestJailerMicroVMExecution(t *testing.T) {
233233
ChrootStrategy: NewNaiveChrootStrategy(vmlinuxPath),
234234
Stdout: logFd,
235235
Stderr: logFd,
236+
CgroupVersion: "2",
236237
},
237238
FifoLogWriter: fw,
238239
}

0 commit comments

Comments
 (0)