summaryrefslogtreecommitdiff
path: root/yarns
AgeCommit message (Collapse)AuthorFilesLines
2016-08-11be explicit about the distroNeil Williams1-3/+1
2016-08-11ensure the build tests can handle times that kpartx goes wrong without ↵Neil Williams1-0/+2
blaming the test
2016-07-31Update and expand the build testsNeil Williams2-5/+65
Still issues to fix with some of the scenarios
2016-07-17Disable ext4 on wheezyNeil Williams1-1/+8
2016-07-17Handle conversion to qcow2 after umountingNeil Williams2-0/+14
Add unit test support for checking the file format.
2016-03-14Add support for user-specific bootflagsvmdebootstrap-1.5Neil Williams3-0/+23
(Only for the first partition).
2016-03-13Fail if the size is too small for a bootstrapNeil Williams1-4/+4
Catch typos in the size option which would cause images which are much too small for a bootstrap to be created. Bug: #811464
2016-03-13Fix issue with fstab entry for boot partitionNeil Williams2-1/+13
- 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-23handle extlinux being true by default with a test casevmdebootstrap-1.4Neil Williams1-0/+14
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
2016-01-17Add checks for cmdtest and bc as the errors are otherwise confusing.Neil Williams2-0/+19
2016-01-12Use httpredir.debian.orgNeil Williams1-1/+1
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000391.html
2015-12-31Add support for systemd-networkdNeil Williams1-0/+7
When masking udev/systemd predictable network interface names, the initramfs must be updated or the mask will not be effective. Add support for systemd-networkd using predictable network interface names - can be extended using customisation scripts.
2015-12-20add tests for combining image, tarball and squashNeil Williams1-0/+22
2015-12-20apt-mirror requires configure-aptNeil Williams1-0/+7
2015-12-19Ensure no-kernel works.Neil Williams2-1/+48
Closes: #808358 Add package inclusion functions to the fast tests and dry-run output.
2015-11-07Add docs on the yarn tests and more build testsNeil Williams3-3/+29
2015-11-06add the rest of the option parsing fast testsNeil Williams1-0/+61
2015-11-06Allow arm64 without UEFI only if squash is setNeil Williams2-0/+31
UEFI files do not go inside the squashfs, configured separately later.
2015-11-06Implement the first fast option checking testLars Wirzenius2-9/+37
2015-11-06Fix run-tests to run from ŕoot of source treeLars Wirzenius1-2/+9
2015-11-06Add yarn tests vmdebootstrapLars Wirzenius10-0/+377