diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-10 14:32:28 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-08-10 14:32:28 -0400 |
commit | ab4f190f41d7ca19f73e3994fd3b65f2897f30d3 (patch) | |
tree | d96010a03feda67ac6442001f5822b81287673cf /contrib | |
parent | 3d7e401d4e08698e94d3843e24491ef19ecc42c6 (diff) | |
download | podman-ab4f190f41d7ca19f73e3994fd3b65f2897f30d3.tar.gz podman-ab4f190f41d7ca19f73e3994fd3b65f2897f30d3.tar.bz2 podman-ab4f190f41d7ca19f73e3994fd3b65f2897f30d3.zip |
Force cgroupfs for python tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/python/podman/test/test_runner.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/podman/test/test_runner.sh b/contrib/python/podman/test/test_runner.sh index 4afbc260f..c37d9cf6e 100755 --- a/contrib/python/podman/test/test_runner.sh +++ b/contrib/python/podman/test/test_runner.sh @@ -111,6 +111,7 @@ PODMAN_ARGS="--storage-driver=vfs \ --root=${TMPDIR}/crio \ --runroot=${TMPDIR}/crio-run \ --cni-config-dir=$CNI_CONFIG_PATH \ + --cgroup-manager=cgroupfs \ " if [[ -n $VERBOSE ]]; then PODMAN_ARGS="$PODMAN_ARGS --log-level=$LOG_LEVEL" |