Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 1 | # |
| 2 | # Lists of the ptest in meta-filesystems, sorted into two sets by the time they take |
| 3 | # Please keep these sorted in alphabetical order |
| 4 | # |
| 5 | # A first pass at getting all meta-filesystems recipes which inherit ptest |
| 6 | # meta_filesystems_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-filesystems --inherits ptest --bare | sed -e '1,/=== Matching recipes: ===/d') |
| 7 | # ptests which take less than ~30s each |
| 8 | |
| 9 | PTESTS_FAST_META_FILESYSTEMS = "\ |
| 10 | e2tools \ |
| 11 | fuse3 \ |
| 12 | " |
| 13 | |
| 14 | PTESTS_SLOW_META_FILESYSTEMS = "\ |
| 15 | " |
| 16 | PTESTS_PROBLEMS_META_FILESYSTEMS = "\ |
| 17 | sshfs-fuse \ |
| 18 | " |