mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
b82ae3afdc
The "runc delete --force [paused container]" test case does not check runc pause exit code, and if added, the test fails in rootless tests, because: - not all rootless tests have access to cgroups; - rootless containers doesn't have default cgroups path. To fix, add: - setup for rootless case; - require cgroups_freezer; - runc pause exit code check. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>