From f4d124da9384c71f412141c9e9edcca9f6e2b7e9 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 10 Aug 2018 15:48:35 -0400 Subject: Fix python tests to use cgroupfs Signed-off-by: Matthew Heon --- contrib/python/podman/test/podman_testcase.py | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/python') diff --git a/contrib/python/podman/test/podman_testcase.py b/contrib/python/podman/test/podman_testcase.py index f96a3a013..f5a01c98f 100644 --- a/contrib/python/podman/test/podman_testcase.py +++ b/contrib/python/podman/test/podman_testcase.py @@ -39,6 +39,7 @@ class PodmanTestCase(unittest.TestCase): tmpdir = os.environ.get('TMPDIR', '/tmp') podman_args = [ '--storage-driver=vfs', + '--cgroup-manager=systemd', '--root={}/crio'.format(tmpdir), '--runroot={}/crio-run'.format(tmpdir), '--cni-config-dir={}/cni/net.d'.format(tmpdir), -- cgit v1.2.3-54-g00ecf