discover: how: fmf url: https://gitlab.com/redhat/centos-stream/rpms/podman ref: "c9s" execute: how: tmt prepare: - how: shell script: modprobe null_blk nr_devices=1 order: 5 - how: shell script: | BATS_VERSION=1.12.0 curl --fail -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 ### FIXME: Delete below dnf install once the build is available in repos dnf -y install https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-5.4.0-7.el10.$(arch).rpm https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-remote-5.4.0-7.el10.$(arch).rpm https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-tests-5.4.0-7.el10.$(arch).rpm https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-machine-5.4.0-7.el10.$(arch).rpm order: 10 provision: how: artemis hardware: memory: ">= 16 GB" cpu: cores: ">= 4" threads: ">=8" disk: - size: ">= 512 GB" /local-root: summary: Local rootful tests discover+: filter: 'tag:local & tag:root' /local-rootless: summary: Local rootless tests discover+: filter: 'tag:local & tag:rootless' /remote-root: summary: Remote rootful tests discover+: filter: 'tag:remote & tag:root' /remote-rootless: summary: Remote rootless tests discover+: filter: 'tag:remote & tag:rootless'