Add aarch specific testplan as requested by other team

This commit is contained in:
Petr Janda 2024-12-20 16:24:19 +01:00
parent 9fff723511
commit 705c989b50
4 changed files with 20 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

2
ci.fmf Normal file
View File

@ -0,0 +1,2 @@
# Docs: https://docs.fedoraproject.org/en-US/ci/tmt/#_multiple_plans
resultsdb-testcase: separate

16
efibootmgr.fmf Normal file
View File

@ -0,0 +1,16 @@
/rhivos-bootentry-manipulation:
discover:
how: fmf
url: https://gitlab.cee.redhat.com/rtt/tests/efibootmgr.git
filter:
- 'tag: bootentry-manipulation'
- 'tag: rhivos'
provision:
how: beaker
arch: aarch64
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream or distro == fedora

View File

@ -4,3 +4,4 @@ product_versions:
decision_context: osci_compose_gate decision_context: osci_compose_gate
rules: rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./efibootmgr/rhivos-bootentry-manipulation.functional}