From 57ed283dc22e650e87293854cea6f5a4e4fa9e6c Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sat, 23 Jan 2016 15:59:31 +0000 Subject: Support btrfs filesystem Sunil Mohan Adapa - Do not pass errors=remount-ro mount flag for btrfs filesystems. Btrfs has this behavior by default and does not support the flag. - Add test scenario for btrfs. Check filesystem type and fstab entry. - Expand ext4 test to check for expected fstab entry. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741223 --- yarns/300-slow-build-tests.yarn | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'yarns') diff --git a/yarns/300-slow-build-tests.yarn b/yarns/300-slow-build-tests.yarn index 2ceae72..74d999f 100644 --- a/yarns/300-slow-build-tests.yarn +++ b/yarns/300-slow-build-tests.yarn @@ -28,6 +28,7 @@ These tests are slow, since building images is slow. AND partition 1 has the boot flag set AND partition 1 has an ext4 filesystem AND partition 1 has file /boot/grub/grub.cfg matching ^### BEGIN /etc/grub.d/00_header ###$ + AND partition 1 has file /etc/fstab matching ^\S+\s+\/\s+ext4\s+errors=remount-ro\s+\d\s+\d$ SCENARIO build a Debian 8 image with uefi ASSUMING build tests are requested @@ -37,3 +38,13 @@ These tests are slow, since building images is slow. AND the partition count of the image is 2 AND partition 1 has an vfat filesystem AND partition 2 has file /boot/grub/grub.cfg matching ^### BEGIN /etc/grub.d/00_header ###$ + + SCENARIO build a Debian 8 image with btrfs + ASSUMING build tests are requested + GIVEN user wants to build an image FOO.img that is 2GiB in size + WHEN the user runs vmdebootstrap --roottype=btrfs + THEN the image has the correct size + AND the partition count of the image is 1 + AND partition 1 has the boot flag set + AND partition 1 has an btrfs filesystem + AND partition 1 has file /etc/fstab matching ^\S+\s+\/\s+btrfs\s+defaults\s+\d\s+\d$ -- cgit v1.2.1