The test repo was migrated to github due to Pagure being retired. https://communityblog.fedoraproject.org/the-forge-is-our-new-home/ Related: RHEL-184321
22 lines
413 B
Plaintext
22 lines
413 B
Plaintext
summary: DSP test suite
|
|
discover:
|
|
- name: DSP_test
|
|
how: fmf
|
|
url: https://github.com/fedora-selinux/DSP_test.git
|
|
ref: main
|
|
|
|
execute:
|
|
how: tmt
|
|
|
|
environment:
|
|
trigger: FedoraCI
|
|
# DSP_test specific variables:
|
|
TEST_RPM: "fapolicyd-selinux"
|
|
TEST_POLICY: "fapolicyd"
|
|
IGNORE_RULES: "fapolicyd_t:boot_t:dir"
|
|
|
|
prepare:
|
|
- name: packages
|
|
how: install
|
|
package: fapolicyd-selinux
|