Add tmt plan for crun aarch64 gating tests
Signed-off-by: Alex Jia <ajia@redhat.com>
This commit is contained in:
parent
5b5f008e39
commit
4d158a123e
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
30
plans/main.fmf
Normal file
30
plans/main.fmf
Normal 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
|
Loading…
Reference in New Issue
Block a user