TMT: fetch tests from upstream

Resolves: RHEL-69441

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar
2024-12-26 17:26:24 +05:30
parent c5359a58f8
commit cd1958c5f8
2 changed files with 0 additions and 41 deletions
-27
View File
@@ -1,27 +0,0 @@
---
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
-14
View File
@@ -1,14 +0,0 @@
---
summary: conmon tests
description: Using podman system tests to test conmon
contact: Yuhui Jiang <yujiang@redhat.com>
framework: shell
require: [podman,conmon]
tag: 'gate'
test: |
/usr/bin/bats -t /usr/share/podman/test/system/030-run.bats
/usr/bin/bats -t /usr/share/podman/test/system/075-exec.bats
duration: 15m