These changes allow gentoo:slim CI container to not fail.
TEST_DESCRIPTION="UEFI boot"
test_check() {
+ if ! type -p mksquashfs &> /dev/null; then
+ echo "Test needs mksquashfs... Skipping"
+ return 1
+ fi
+
[[ -n "$(ovmf_code)" ]]
}
echo "Test needs cryptsetup for crypt module... Skipping"
return 1
fi
+
+ if ! type -p mdraid &> /dev/null; then
+ echo "Test needs mdraid for mdraid module ... Skipping"
+ return 1
+ fi
}
# Uncomment this to debug failures
echo "Test needs lvm for lvm module... Skipping"
return 1
fi
+
+ if ! type -p mdraid &> /dev/null; then
+ echo "Test needs mdraid for mdraid module ... Skipping"
+ return 1
+ fi
}
test_run() {
echo "Test needs cryptsetup for crypt module... Skipping"
return 1
fi
+
+ if ! type -p mdraid &> /dev/null; then
+ echo "Test needs mdraid for mdraid module ... Skipping"
+ return 1
+ fi
}
client_run() {
echo "Test needs lvm for lvm module... Skipping"
return 1
fi
+
+ if ! type -p mdraid &> /dev/null; then
+ echo "Test needs mdraid for mdraid module ... Skipping"
+ return 1
+ fi
}
test_run() {
echo "Test needs cryptsetup for crypt module... Skipping"
return 1
fi
+
+ if ! type -p mdraid &> /dev/null; then
+ echo "Test needs mdraid for mdraid module ... Skipping"
+ return 1
+ fi
}
test_run() {
test_check() {
if ! type -p mksquashfs &> /dev/null; then
- echo "Test needs mksquashfs for crypt module... Skipping"
+ echo "Test needs mksquashfs... Skipping"
return 1
fi
}