}
depends() {
- echo "base debug qemu"
+ echo "base debug qemu watchdog"
}
installkernel() {
# make sure --omit-drivers does not filter out drivers using regexp to test for an earlier regression (assuming there is no one letter linux kernel module needed to run the test)
test_dracut \
- -a "watchdog" \
--omit-drivers 'a b c d e f g h i j k l m n o p q r s t u v w x y z' \
"$TESTDIR"/initramfs.testing
}
fi
test_dracut \
- -a "watchdog" \
-d "btrfs" \
"$TESTDIR"/initramfs.testing
rm -rf -- "$TESTDIR"/overlay
# Make client's dracut image
test_dracut \
- -a "dmsquash-live watchdog ${USE_NETWORK}" \
+ -a "dmsquash-live ${USE_NETWORK}" \
"$TESTDIR"/initramfs.testing
(
echo -n test > /tmp/key
test_dracut \
- -a "watchdog ${USE_NETWORK}" \
+ -a "${USE_NETWORK}" \
-i "./cryptroot-ask.sh" "/sbin/cryptroot-ask" \
-i "./client.link" "/etc/systemd/network/01-client.link" \
-i "/tmp/crypttab" "/etc/crypttab" \
)
# Make client's dracut image
test_dracut \
- -a "debug watchdog ${USE_NETWORK}" \
+ -a "${USE_NETWORK}" \
"$TESTDIR"/initramfs.testing
(