Skip to content

Commit a2e246c

Browse files
committed
rootfs-configs.yaml: Add more filesystem utilities to LTP rootfs
Various LTP tests create filesystems of various kinds, primarily ext2 but also others, and there's also usage of exportfs, parted and quotacheck. Add these to our LTP root filesystem images so the relevant tests can run. Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 3b14cd7 commit a2e246c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/core/rootfs-configs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,16 +507,22 @@ rootfs_configs:
507507
- arm64
508508
- armhf
509509
extra_packages:
510+
- btrfs-progs
510511
- ca-certificates
511512
- curl
512513
- dosfstools
514+
- e2fsprogs
513515
- gdb-minimal
514516
- iproute2
515517
- jq
516518
- libnuma-dev
517519
- net-tools
520+
- nfs-kernel-server
518521
- ntfs-3g
522+
- parted
519523
- python3
524+
- quota
525+
- xfsprogs
520526
script: "scripts/trixie-ltp.sh"
521527
imagesize: 2GB
522528
debos_memory: 8G

0 commit comments

Comments
 (0)