summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-09-22 11:43:02 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-09-22 13:15:01 -0400
commit99386c7ae74a279a5dafc9bffc780440f0ef7f51 (patch)
tree5ac3971c04eba2bf39c4bc56d9b1641783e96400 /test
parent23cb2009196cdf604ad9f0a77ff7544d7a25b5e0 (diff)
downloadpodman-99386c7ae74a279a5dafc9bffc780440f0ef7f51.tar.gz
podman-99386c7ae74a279a5dafc9bffc780440f0ef7f51.tar.bz2
podman-99386c7ae74a279a5dafc9bffc780440f0ef7f51.zip
Include cgroup manager in `podman info` output
This is very useful for debugging cgroups v2, especially on rootless - we need to ensure people are correctly using systemd cgroups in these cases. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'test')
-rw-r--r--test/system/005-info.bats2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/005-info.bats b/test/system/005-info.bats
index 3f1efd364..ef3e97af0 100644
--- a/test/system/005-info.bats
+++ b/test/system/005-info.bats
@@ -19,6 +19,8 @@ graphRoot:
graphStatus:
imageStore:\\\s\\\+number: 1
runRoot:
+cgroupManager:
+cgroupVersion: v
"
while read expect; do
is "$output" ".*$expect" "output includes '$expect'"