From: Evgeny Vereshchagin Date: Sun, 11 Apr 2021 09:49:28 +0000 (+0000) Subject: tests: switch to the "busybox" template in lxc-test-checkpoint-restore X-Git-Tag: lxc-5.0.0~205^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3793%2Fhead;p=thirdparty%2Flxc.git tests: switch to the "busybox" template in lxc-test-checkpoint-restore criu can't seem to dump systemd-logind used in Ubuntu due to what appears to be https://github.com/checkpoint-restore/criu/issues/1430. Let's switch to busybox where all the processes hopefully can be dumped. Closes https://github.com/lxc/lxc/issues/3792 Signed-off-by: Evgeny Vereshchagin --- diff --git a/src/tests/lxc-test-checkpoint-restore b/src/tests/lxc-test-checkpoint-restore index 27c83b4be..5aee0a427 100755 --- a/src/tests/lxc-test-checkpoint-restore +++ b/src/tests/lxc-test-checkpoint-restore @@ -27,7 +27,7 @@ if verlte "$criu_version" "1.3.1"; then fi name=lxc-test-criu -lxc-create -t ubuntu -n $name || FAIL "creating container" +lxc-create -t busybox -n $name || FAIL "creating container" cat >> "$(lxc-config lxc.lxcpath)/$name/config" <