33 lines
670 B
Plaintext
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
|