1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
/main:
summary: Non-storage tests
require:
# ourself
- cockpit
# done in browser.sh, see https://issues.redhat.com/browse/TFT-2564
# - cockpit-kdump
# - cockpit-networkmanager
# - cockpit-sosreport
- cockpit-packagekit
# build/test infra dependencies
- podman
# required by tests
- createrepo_c
- dnf-automatic
- firewalld
- glibc-all-langpacks
- libvirt-daemon-config-network
# for semanage
- policycoreutils-python-utils
- rpm-build
- sssd
- sssd-dbus
- subscription-manager
- targetcli
- tlog
- tuned
test: ./browser.sh main
duration: 1h
/storage-basic:
summary: Basic storage tests
require:
# ourself
- cockpit
- cockpit-storaged
# for at least swap metrics on storage page
- python3-pcp
# build/test infra dependencies
- podman
# required by tests
- cryptsetup
- dnf-automatic
- firewalld
- lvm2
- mdadm
- nfs-utils
- stratis-cli
- stratisd
- subscription-manager
- targetcli
- udisks2-lvm2
- udisks2-iscsi
test: ./browser.sh storage-basic
duration: 1h
/storage-extra:
summary: More expensive storage tests (LVM, LUKS, Anaconda)
require:
# ourself
- cockpit
- cockpit-storaged
# for at least swap metrics on storage page
- python3-pcp
# build/test infra dependencies
- podman
# required by tests
- createrepo_c
- cryptsetup
- dnf-automatic
- firewalld
- lvm2
- nfs-utils
- rpm-build
- stratis-cli
- stratisd
- subscription-manager
- targetcli
- udisks2-lvm2
- udisks2-iscsi
test: ./browser.sh storage-extra
duration: 1h
|