From c8d79fcbbbf8ee2e44a61e117b21100166fb6b43 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Thu, 16 Jun 2016 21:38:27 +0000 Subject: [PATCH] tests: cgroup04 needs "full" cgroup mode Because we're doing this on the same host, the cgroups will already exist. We need to write the properties in full mode to exercise these cases. Signed-off-by: Tycho Andersen Signed-off-by: Pavel Emelyanov --- test/zdtm/static/cgroup04.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zdtm/static/cgroup04.desc b/test/zdtm/static/cgroup04.desc index 3c6c4a7e2..324f5da33 100644 --- a/test/zdtm/static/cgroup04.desc +++ b/test/zdtm/static/cgroup04.desc @@ -1 +1 @@ -{'flavor': 'h', 'flags': 'suid', 'opts': '--manage-cgroups'} +{'flavor': 'h', 'flags': 'suid', 'opts': '--manage-cgroups=full'}