summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-08-10 14:32:28 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-08-10 14:32:28 -0400
commitab4f190f41d7ca19f73e3994fd3b65f2897f30d3 (patch)
treed96010a03feda67ac6442001f5822b81287673cf /contrib
parent3d7e401d4e08698e94d3843e24491ef19ecc42c6 (diff)
downloadpodman-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-xcontrib/python/podman/test/test_runner.sh1
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"