summaryrefslogtreecommitdiff
path: root/yarns/300-slow-build-tests.yarn
AgeCommit message (Collapse)AuthorFilesLines
2016-08-11be explicit about the distroNeil Williams1-3/+1
2016-07-31Update and expand the build testsNeil Williams1-5/+43
Still issues to fix with some of the scenarios
2016-07-17Handle conversion to qcow2 after umountingNeil Williams1-0/+7
Add unit test support for checking the file format.
2016-03-14Add support for user-specific bootflagsvmdebootstrap-1.5Neil Williams1-0/+10
(Only for the first partition).
2016-03-13Fix issue with fstab entry for boot partitionNeil Williams1-0/+12
- When bootsize and boottype are passed, the fstab entry for boot partition is getting written with fstype as 'None' leading to boot failures. Fix this. - Also don't fail boot flag check if partition flag information comes out from parted as 'boot, lba' instead of 'boot' Sunil Mohan Adapa <sunil@medhas.org> Bug: #815255
2016-01-23Fail if extlinux requested with btrfsNeil Williams1-2/+2
2016-01-23Support btrfs filesystemNeil Williams1-0/+11
Sunil Mohan Adapa <sunil@medhas.org> - 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
2015-11-07Add docs on the yarn tests and more build testsNeil Williams1-1/+20
2015-11-06Add yarn tests vmdebootstrapLars Wirzenius1-0/+20