- Switch to TMT for gating tests - Resolves: RHEL-80817 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
48 lines
1.0 KiB
Plaintext
48 lines
1.0 KiB
Plaintext
discover:
|
|
how: fmf
|
|
|
|
execute:
|
|
how: tmt
|
|
|
|
prepare:
|
|
- how: shell
|
|
script: modprobe null_blk nr_devices=1
|
|
order: 5
|
|
- 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
|
|
|
|
provision:
|
|
how: artemis
|
|
hardware:
|
|
memory: ">= 16 GB"
|
|
cpu:
|
|
cores: ">= 4"
|
|
threads: ">=8"
|
|
disk:
|
|
- size: ">= 512 GB"
|
|
|
|
/root-local:
|
|
summary: Local root system tests
|
|
discover+:
|
|
filter: 'tag:local & tag:root & tag:system'
|
|
|
|
/rootless-local:
|
|
summary: Local rootless system tests
|
|
discover+:
|
|
filter: 'tag:local & tag:rootless & tag:system'
|
|
|
|
/root-remote:
|
|
summary: Remote root system tests
|
|
discover+:
|
|
filter: 'tag:remote & tag:root & tag:system'
|
|
|
|
/rootless-remote:
|
|
summary: Remote rootless system tests
|
|
discover+:
|
|
filter: 'tag:remote & tag:rootless & tag:system'
|