Skip to content

Commit

Permalink
Fix python tests again
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
  • Loading branch information
mheon committed Aug 10, 2018
1 parent f4d124d commit 9c42e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/python/podman/test/podman_testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_cmd(*args):
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),
Expand Down

0 comments on commit 9c42e84

Please sign in to comment.