Resolves: RUN-2400

Signed-off-by: Yuhui Jiang <yujiang@redhat.com>
This commit is contained in:
Yuhui Jiang
2024-12-18 13:31:01 +08:00
parent c8396c89cf
commit c5359a58f8
4 changed files with 52 additions and 3 deletions
+27
View File
@@ -0,0 +1,27 @@
---
summary: Run conmon tests
description: Test plan for conmon
contact: Yuhui Jiang <yujiang@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-core-1.11.0
- curl -s -L https://github.com/bats-core/bats-core/archive/refs/tags/v1.11.0.tar.gz | tar xvz -C /tmp
- /tmp/bats-core-1.11.0/install.sh /usr
discover:
how: fmf
filter: 'tag: gate'
url: https://gitlab.com/yujiang1/conmon.git
ref: c9s
execute:
how: tmt