snapm/plans/main.fmf
Bryn M. Reeves c7528ef1d5 Update TMT configuration
Resolves: RHEL-111712

Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
2025-11-04 19:07:53 +00:00

33 lines
670 B
Plaintext

summary: Run snapm unit tests from dist-git sources
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
- boom-boot
- rpmdevtools
- name: Enable Stratisd
how: shell
script: |
systemctl enable --now stratisd
- name: Enable CRB
how: shell
script: |
dnf install -y "dnf-command(config-manager)" ;
dnf config-manager --set-enabled crb || true
- name: Create boom OsProfile
how: shell
script: |
boom profile create --from-host