mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
Fix python tests again
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user