Commit d48d2229 by Tycho Andersen Committed by Stéphane Graber

tests: require criu >= 1.3.1 for criu test

CRIU 1.3 has a pretty crippling deadlock which will cause dumping containers to fail fairly often. This is fixed in criu 1.3.1, so we shouldn't run the tests on anything less than that. Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent 74bcefea
......@@ -21,7 +21,7 @@ verlte() {
criu_version="$(criu --version | head -n1 | cut -d' ' -f 2)"
if verlte "$criu_version" "1.3"; then
if verlte "$criu_version" "1.3.1"; then
echo "SKIP: skipping test because no (or wrong) criu installed."
exit 0
fi
......
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