diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-10 15:48:35 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-08-10 15:48:35 -0400 |
commit | f4d124da9384c71f412141c9e9edcca9f6e2b7e9 (patch) | |
tree | 88bbd9215f3eaa06161d6b387a083852d84b42e2 /contrib/python/podman/test | |
parent | f77906932badc11782dd72fb7211be41f014e993 (diff) | |
download | podman-f4d124da9384c71f412141c9e9edcca9f6e2b7e9.tar.gz podman-f4d124da9384c71f412141c9e9edcca9f6e2b7e9.tar.bz2 podman-f4d124da9384c71f412141c9e9edcca9f6e2b7e9.zip |
Fix python tests to use cgroupfs
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'contrib/python/podman/test')
-rw-r--r-- | contrib/python/podman/test/podman_testcase.py | 1 |
1 files changed, 1 insertions, 0 deletions
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), |