mirror of
https://gitlab.com/redhat/centos-stream/rpms/conmon.git
synced 2026-05-05 07:52:23 +00:00
TMT: fetch tests from upstream
Resolves: RHEL-69441 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user