The preload scripts cause all tests to take significantly longer than usual, often triggering timeouts with current time limits. Increase the time limit to 1500%. https://issues.redhat.com/browse/VROOM-29315 Usage: tmt -c rhivos_preload=true run or context: rhivos_preload: true
40 lines
631 B
Text
40 lines
631 B
Text
test: ./runtest.sh
|
|
tier: 2
|
|
duration: 5m
|
|
framework: beakerlib
|
|
|
|
#contact: Petr Lautrbach <plautrba@redhat.com>
|
|
#requires: [policycoreutils, libselinux-utils]
|
|
|
|
tags: [generic]
|
|
|
|
/checkpolicy:
|
|
component: checkpolicy
|
|
|
|
/kernel:
|
|
component: kernel
|
|
|
|
/libselinux:
|
|
component: libselinux
|
|
|
|
/libsemanage:
|
|
component: libsemanage
|
|
|
|
/libsepol:
|
|
component: libsepol
|
|
|
|
/mcstrans:
|
|
component: mcstrans
|
|
|
|
/policycoreutils:
|
|
component: policycoreutils
|
|
|
|
/selinux-policy:
|
|
component: selinux-policy
|
|
|
|
/setools:
|
|
component: setools
|
|
|
|
adjust+:
|
|
- duration+: '*15'
|
|
when: rhivos_preload is defined and rhivos_preload == true
|