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