Add aarch64 specific test plan

This commit is contained in:
Petr Janda 2024-12-20 16:14:28 +01:00
parent b3abfc9ab0
commit 9e22525288
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
efivar.fmf Normal file
View File

@ -0,0 +1,16 @@
/rhivos-list_UEFI_varibles:
discover:
how: fmf
url: https://gitlab.cee.redhat.com/rtt/tests/efivar.git
filter:
- 'tag: list_UEFI_variables'
- '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.revdeps.integration} - !PassingTestCaseRule {test_case_name: osci.brew-build.revdeps.integration}
- !PassingTestCaseRule {test_case_name: osci.brew-build./efivar/rhivos-list_UEFI_varibles.functional}