Initial gating tests for snapm
Resolves: RHEL-59005
This commit is contained in:
parent
be2cf8f985
commit
2c4abf6829
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
i--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
29
plans/main.fmf
Normal file
29
plans/main.fmf
Normal file
@ -0,0 +1,29 @@
|
||||
discover:
|
||||
how: fmf
|
||||
dist-git-source: true
|
||||
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
prepare:
|
||||
- name: Install packages
|
||||
how: install
|
||||
package:
|
||||
- stratisd
|
||||
- stratis-cli
|
||||
- lvm2
|
||||
- python3-boom
|
||||
- python3-pytest
|
||||
- name: Enable Stratisd
|
||||
how: shell
|
||||
script: |
|
||||
systemctl enable --now stratisd
|
||||
- name: Create boom OsProfile
|
||||
how: shell
|
||||
script: |
|
||||
boom profile create --from-host --uname-pattern el9
|
||||
- name: Enable CRB
|
||||
how: shell
|
||||
script: |
|
||||
dnf install -y "dnf-command(config-manager)" ;
|
||||
dnf config-manager --set-enabled crb || true
|
||||
8
tests/upstream/main.fmf
Normal file
8
tests/upstream/main.fmf
Normal file
@ -0,0 +1,8 @@
|
||||
summary: Run snapm upstream test suite
|
||||
test: |
|
||||
pytest -v --log-level=debug
|
||||
path: snapm-0.4.0/
|
||||
require:
|
||||
- python3-pytest
|
||||
- python3-devel
|
||||
duration: 25m
|
||||
Loading…
Reference in New Issue
Block a user