diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-10 16:18:44 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-08-10 16:18:44 -0400 |
commit | 9c42e84173a3cc8c957b430259c0303275b34e58 (patch) | |
tree | 3887b52407a8388498c5ce61728f1d910df96263 | |
parent | f4d124da9384c71f412141c9e9edcca9f6e2b7e9 (diff) | |
download | podman-9c42e84173a3cc8c957b430259c0303275b34e58.tar.gz podman-9c42e84173a3cc8c957b430259c0303275b34e58.tar.bz2 podman-9c42e84173a3cc8c957b430259c0303275b34e58.zip |
Fix python tests again
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
-rw-r--r-- | contrib/python/podman/test/podman_testcase.py | 2 |
1 files changed, 1 insertions, 1 deletions
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), |