summaryrefslogtreecommitdiffstats
path: root/test/units/TEST-70-TPM2.cryptsetup.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* resize-fs: Put minimal ext4 size in the same ballpark as the other filesystemsDaan De Meyer2024-07-261-1/+1
| | | | | | | | | TEST-46-HOMED fails on ext4 because the filesystem is deemed to small for activation by cryptsetup. Let's bump the minimal filesystem size for ext4 a bit to be in the same ballpark as ext4 and btrfs to avoid weird errors due to impossibly small filesystems. Also use U64_MB while we're touching this.
* test: wait for partition device being processed by udevdYu Watanabe2024-05-171-1/+1
| | | | Fixes #32697.
* test: Rename testsuite-XX units to match test nameDaan De Meyer2024-05-141-0/+227
Having these named differently than the test itself mostly creates unecessary confusion and makes writing logic against the tests harder so let's rename the testsuite-xx units and scripts to just use the test name itself.