2024-12-16 00:52:28 +00:00
|
|
|
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'
|
2024-12-16 05:58:45 +00:00
|
|
|
url: https://gitlab.cee.redhat.com/container-runtime-qe/crun.git
|
2024-12-16 00:52:28 +00:00
|
|
|
ref: rhel-9
|
|
|
|
|
|
|
|
execute:
|
|
|
|
how: tmt
|
|
|
|
|
|
|
|
adjust:
|
|
|
|
enabled: false
|
|
|
|
when: distro == centos-stream or distro == fedora
|