Add tmt plan for crun aarch64 gating tests

Signed-off-by: Alex Jia <ajia@redhat.com>
This commit is contained in:
Alex Jia 2024-12-16 08:52:28 +08:00
parent 5b5f008e39
commit 4d158a123e
2 changed files with 31 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

30
plans/main.fmf Normal file
View File

@ -0,0 +1,30 @@
summary: Test plan for crun
description: Test plan for crun
contact: Alex Jia <ajia@redhat.com>
provision:
how: container
prepare:
- name: Install packages
how: install
package: [crun, podman, podman-tests, git]
- name: Prepare bats
how: shell
script:
- rm -rf /tmp/bats
- git clone https://github.com/bats-core/bats-core.git /tmp/bats
- /tmp/bats/install.sh /usr
discover:
how: fmf
filter: 'tag: gate'
url: https://gitlab.cee.redhat.com/ajia/crun
ref: rhel-9
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream or distro == fedora