tests: add tmt gating test plans
This commit is contained in:
parent
527d78f809
commit
21778eb5a7
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
@ -3,6 +3,4 @@ product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
||||
|
||||
27
plans/tier1-internal.fmf
Normal file
27
plans/tier1-internal.fmf
Normal file
@ -0,0 +1,27 @@
|
||||
summary: Internal gating tests plan
|
||||
discover:
|
||||
- name: Internal gating tests plan (bash)
|
||||
how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: ksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/bash
|
||||
- name: Internal gating tests plan (dash)
|
||||
how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: ksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/dash
|
||||
- name: Internal gating tests plan (ksh)
|
||||
how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: ksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/ksh
|
||||
- name: Internal gating tests plan (mksh)
|
||||
how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: ksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/mksh
|
||||
- name: Internal gating tests plan (zsh)
|
||||
how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: ksh'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/zsh
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
||||
@ -1,36 +0,0 @@
|
||||
---
|
||||
|
||||
# Tests that run in classic context
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-beakerlib
|
||||
tags:
|
||||
- classic
|
||||
repositories:
|
||||
- repo: "https://src.fedoraproject.org/tests/shell.git"
|
||||
dest: "shell"
|
||||
fmf_filter: "tier: 1, 2 & tags: classic"
|
||||
environment:
|
||||
PACKAGES: ksh
|
||||
SH_BIN: ksh
|
||||
required_packages:
|
||||
- ksh
|
||||
- expect # login requires expect
|
||||
- which # smoke requires which
|
||||
|
||||
# Tests that run in container
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-beakerlib
|
||||
tags:
|
||||
- container
|
||||
repositories:
|
||||
- repo: "https://src.fedoraproject.org/tests/shell.git"
|
||||
dest: "shell"
|
||||
fmf_filter: "tier: 1, 2 & tags: container, atomic"
|
||||
environment:
|
||||
PACKAGES: ksh
|
||||
SH_BIN: ksh
|
||||
required_packages:
|
||||
- ksh
|
||||
- which # smoke requires which
|
||||
Loading…
Reference in New Issue
Block a user