summaryrefslogtreecommitdiffstats
path: root/test/TEST-83-BTRFS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: Run tests that don't need a vm in systemd-nspawnDaan De Meyer2024-05-291-0/+1
| | | | | If we're not running the test as root, stick to using a virtual machine, as mkosi can't do rootless nspawn yet.
* test: Rework integration test definitionsDaan De Meyer2024-05-141-0/+7
| | | | | | | Let's make this behave more like all the rest of the meson stuff. This also is the first step to making it a bit more flexible so we can define integration tests in different ways as will be seen in the next commits.
* test: check if 'btrfs filesystem' supports 'mkswapfile'Frantisek Sumsal2023-12-042-0/+5
| | | | | Instead of deny-listing the test on Ubuntu CI, so it gets enabled automagically once btrfs-progs is updated to a newer version there.
* test: introduce TEST-83-BTRFSMike Yuan2023-09-193-0/+26
The Ubuntu CIs are deny-listed because the shipped btrfs-progs is too old, i.e. doesn't support the recently-added 'filesystem mkswapfile' command.