mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +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')
|
tmpdir = os.environ.get('TMPDIR', '/tmp')
|
||||||
podman_args = [
|
podman_args = [
|
||||||
'--storage-driver=vfs',
|
'--storage-driver=vfs',
|
||||||
'--cgroup-manager=systemd',
|
'--cgroup-manager=cgroupfs',
|
||||||
'--root={}/crio'.format(tmpdir),
|
'--root={}/crio'.format(tmpdir),
|
||||||
'--runroot={}/crio-run'.format(tmpdir),
|
'--runroot={}/crio-run'.format(tmpdir),
|
||||||
'--cni-config-dir={}/cni/net.d'.format(tmpdir),
|
'--cni-config-dir={}/cni/net.d'.format(tmpdir),
|
||||||
|
Reference in New Issue
Block a user