fuse-overlayfs/plans/system.fmf
2025-07-09 04:48:09 -04:00

28 lines
517 B
Plaintext

summary: Rootless podman systemtest for fuse-overlayfs
discover:
how: fmf
filter: 'tag:local & tag:rootless & tag:system'
execute:
how: tmt
provision:
how: artemis
hardware:
memory: ">= 4 GB"
cpu:
cores: ">= 2"
disk:
- size: ">= 32 GB"
prepare:
- how: shell
script: |
BATS_VERSION=1.12.0
curl -L https://github.com/bats-core/bats-core/archive/refs/tags/v"$BATS_VERSION".tar.gz | tar -xz
cd bats-core-"$BATS_VERSION"
./install.sh /usr
order: 10