Commit 73dc93db by Evgeny Vereshchagin

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/3792Signed-off-by: 's avatarEvgeny Vereshchagin <evvers@ya.ru>
parent fdc56afe
...@@ -27,7 +27,7 @@ if verlte "$criu_version" "1.3.1"; then ...@@ -27,7 +27,7 @@ if verlte "$criu_version" "1.3.1"; then
fi fi
name=lxc-test-criu 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" <<EOF cat >> "$(lxc-config lxc.lxcpath)/$name/config" <<EOF
# hax for criu # hax for criu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment