summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #243 from michaelolbrich/mke2fsHEADmasterMichael Olbrich2024-04-044-0/+4
|\
| * image-ext2: default to mke2fsMichael Olbrich2024-03-224-0/+4
* | image-rauc: allow to specify an offset to skip input bytesUwe Kleine-König2024-03-222-2/+5
|/
* test: hdimage: depend on fdisk and sfdiskSudip Mukherjee2024-02-161-1/+1
* test: add more sparse checksMichael Olbrich2023-10-112-3/+17
* image-hd: add shortcuts from the Discoverable Partitions SpecificationRoland Hieber2023-03-282-0/+6
* image-hd: support long GPT partition type shortcutsRoland Hieber2023-03-285-0/+60
* test: fix typo in commentRoland Hieber2023-03-271-1/+1
* test: mke2fs: fully disable quota in the testMichael Olbrich2022-12-082-9/+7
* test: remove leftover debuggingMichael Olbrich2022-12-086-6/+0
* Use "partition-table-type" instead deprecated "gpt" optionJavier Jardón2022-09-024-4/+4
* image-hd: improve offset handling for images without partition tableMichael Olbrich2022-06-173-0/+41
* test: split test definitions into multiple filesMichael Olbrich2022-06-178-585/+633
* test: rauc: ignore stderrMichael Olbrich2022-05-201-2/+2
* test: rauc: handle rauc 1.6Michael Olbrich2022-05-083-2/+60
* Add Firmware Image Package (FIP) supportAhmad Fatoum2022-04-222-0/+15
* make rootpath optionalMichael Olbrich2022-03-253-19/+28
* Initial F2FS supportTomas Mudrunka2022-03-252-0/+14
* Merge pull request #159 from Villemoes/includepathMichael Olbrich2021-06-058-0/+61
|\
| * test: add tests for --includepathRasmus Villemoes2021-06-048-0/+61
* | test: hdimage: check the disk usage of the second image as wellMichael Olbrich2021-05-071-0/+2
* | test: handle new genext2fs and e2fsprogs versionsMichael Olbrich2021-05-0110-12/+219
* | test: filter 'rauc info' output for newer distrosMichael Olbrich2021-04-251-0/+4
|/
* image-hd: stricter option handlingMichael Olbrich2021-04-2515-5/+208
* add test for partitions out of orderRasmus Villemoes2021-04-213-0/+95
* image-hd.c: switch to insert_image() instead of pad_file()Rasmus Villemoes2021-04-211-5/+1
* test: add tests for "bootloader with holes allowing some overlap"Rasmus Villemoes2021-04-212-0/+52
* image-hd.c: fix missing check for overlap with GPT tableRasmus Villemoes2021-04-211-2/+2
* test: fix copy/paste error in the test refactoringMichael Olbrich2021-04-161-1/+1
* image-vfat: drop '-b' from mcopyMichael Olbrich2021-04-101-1/+3
* test: factor out some test data generationMichael Olbrich2021-04-092-23/+14
* image-hd.c: fix extended partition with offsetMichael Olbrich2021-04-093-0/+45
* test: add some tests for overlap of GPTRasmus Villemoes2021-03-284-0/+82
* test: sparse: relax the range check a bitMichael Olbrich2021-01-131-1/+1
* image-hd: align image size to 4k when using GPTMichael Olbrich2021-01-131-2/+2
* add new image type for android sparse imagesMichael Olbrich2021-01-132-0/+47
* test: add test for gpt-no-backupMichael Olbrich2020-12-043-0/+61
* test: check combining gpt & fillMichael Olbrich2020-12-041-0/+1
* test: hdimage: use one empty partiton fileMichael Olbrich2020-11-272-2/+3
* test: add tests to check exec-* commandsMichael Olbrich2020-08-284-1/+82
* test: normalize flags reported by dumpe2fsTimotej Lazar2020-08-191-0/+2
* image-rauc: allow optional keyring verificationBastian Krause2020-05-061-0/+1
* image-ext2: always use inode size 256 with mke2fsMichael Olbrich2020-03-311-15/+17
* test: add rauc testMichael Olbrich2020-01-317-2/+302
* test: check extra features for ext* with mke2fsMichael Olbrich2019-11-222-29/+28
* Merge branch 'master' into sparseMichael Olbrich2019-09-224-2/+66
|\
| * test: check hd images with 'sfdisk -V'Michael Olbrich2019-09-201-0/+10
| * Merge pull request #62 from michaelolbrich/hd-fillMichael Olbrich2019-05-112-1/+2
| |\
| | * image-hd: add option to extend the image to the full sizeMichael Olbrich2019-05-072-1/+2
| * | Merge pull request #60 from michaelolbrich/percentMichael Olbrich2019-05-113-0/+52
| |\ \