- remove the ugly installation hack in tests - Related: RHEL-80817 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
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
|
|
dnf -y install podman podman-remote podman-tests podman-machine
|
|
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'
|