2022-11-09 11:08:17 +00:00
|
|
|
discover:
|
|
|
|
how: fmf
|
|
|
|
dist-git-source: true
|
|
|
|
execute:
|
|
|
|
how: tmt
|
|
|
|
|
2024-04-10 12:23:58 +00:00
|
|
|
# Let's handle them upstream only, don't break Fedora/RHEL reverse dependency gating
|
|
|
|
environment:
|
|
|
|
TEST_AUDIT_NO_SELINUX: 1
|
|
|
|
|
2024-06-04 06:46:56 +00:00
|
|
|
/main:
|
|
|
|
summary: Non-storage tests
|
2022-11-09 11:08:17 +00:00
|
|
|
discover+:
|
2024-06-04 06:46:56 +00:00
|
|
|
test: /test/browser/main
|
2022-11-09 11:08:17 +00:00
|
|
|
|
2024-06-04 06:46:56 +00:00
|
|
|
/storage-basic:
|
|
|
|
summary: Basic storage tests
|
2022-11-09 11:08:17 +00:00
|
|
|
discover+:
|
2024-06-04 06:46:56 +00:00
|
|
|
test: /test/browser/storage-basic
|
2022-11-09 11:08:17 +00:00
|
|
|
|
2024-06-04 06:46:56 +00:00
|
|
|
/storage-extra:
|
|
|
|
summary: More expensive storage tests (LVM, LUKS, Anaconda)
|
2022-11-09 11:08:17 +00:00
|
|
|
discover+:
|
2024-06-04 06:46:56 +00:00
|
|
|
test: /test/browser/storage-extra
|