mirror of
https://gitlab.com/redhat/centos-stream/rpms/conmon.git
synced 2026-07-04 04:11:16 +00:00
37f945cce1
Add .fmf/, plans/, and tests/ directories to enable automated tier0 testing in the RHEL-on-GitLab MR pipeline. Port TMT configuration from rhel-9.8.0 branch, updated to reference c10s branch of the test repository. Also add tier0 gating rule to gating.yaml. Resolves: RHEL-180349
28 lines
505 B
Plaintext
28 lines
505 B
Plaintext
---
|
|
summary: Run conmon tests
|
|
description: Test plan for conmon
|
|
contact: jnovy@redhat.com
|
|
|
|
discover:
|
|
how: fmf
|
|
|
|
provision:
|
|
how: artemis
|
|
|
|
prepare:
|
|
- how: install
|
|
package:
|
|
- crun
|
|
- podman
|
|
- podman-tests
|
|
- git
|
|
- how: shell
|
|
script: |
|
|
BATS_VERSION=1.11.0
|
|
curl -L https://github.com/bats-core/bats-core/archive/refs/tags/v$BATS_VERSION.tar.gz | tar zx
|
|
cd bats-core-$BATS_VERSION
|
|
./install.sh /usr
|
|
|
|
execute:
|
|
how: tmt
|