CI tests: Fix testcase requirements

This commit is contained in:
Luigi Pellecchia 2022-06-13 15:40:15 +02:00 committed by Martin Cermak
parent c048a40645
commit f07781018c
11 changed files with 22 additions and 11 deletions

View File

@ -11,7 +11,8 @@ component:
- glibc - glibc
test: ./runtest.sh test: ./runtest.sh
framework: beakerlib framework: beakerlib
recommend: require:
- gcc
- glibc - glibc
duration: 30m duration: 30m
link: link:

View File

@ -50,7 +50,8 @@ component:
- glibc - glibc
test: ./runtest.sh test: ./runtest.sh
framework: beakerlib framework: beakerlib
recommend: require:
- gcc
- glibc - glibc
duration: 30m duration: 30m
link: link:

View File

@ -150,7 +150,8 @@ component:
- glibc - glibc
test: ./runtest.sh test: ./runtest.sh
framework: beakerlib framework: beakerlib
recommend: require:
- gcc
- glibc - glibc
duration: 30m duration: 30m
link: link:

View File

@ -44,7 +44,7 @@ rlPhaseStartSetup
rlPhaseEnd rlPhaseEnd
rlPhaseStartTest rlPhaseStartTest
if rlIsRHEL ">=8" || rlIsFedora if rlIsRHEL ">=8" || rlIsCentOS ">=8" || rlIsFedora
then then
CURPYTHON="python3" CURPYTHON="python3"
P3="p3_3.py" P3="p3_3.py"

View File

@ -93,7 +93,9 @@ component:
- glibc - glibc
test: ./runtest.sh test: ./runtest.sh
framework: beakerlib framework: beakerlib
recommend: require:
- make
- gcc
- glibc - glibc
duration: 30m duration: 30m
link: link:

View File

@ -35,7 +35,8 @@ component:
- glibc - glibc
test: ./runtest.sh test: ./runtest.sh
framework: beakerlib framework: beakerlib
recommend: require:
- gcc
- glibc - glibc
duration: 30m duration: 30m
link: link:

View File

@ -18,9 +18,10 @@ component:
- glibc - glibc
test: ./runtest.sh test: ./runtest.sh
framework: beakerlib framework: beakerlib
recommend: require:
- glibc - glibc
- glibc-langpack-cs - glibc-langpack-cs
- glibc-gconv-extra
duration: 15m duration: 15m
link: link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=587360 - relates: https://bugzilla.redhat.com/show_bug.cgi?id=587360

View File

@ -31,7 +31,7 @@
PACKAGE="glibc" PACKAGE="glibc"
if rlIsRHEL ">=8" || rlIsFedora > 28 if rlIsRHEL ">=8" || rlIsCentOS ">=8" || rlIsFedora > 28
then then
AtoZ="abcčČdefghchcHChCHijklmnopqrřŘsšŠtuvwxyzžŽ" AtoZ="abcčČdefghchcHChCHijklmnopqrřŘsšŠtuvwxyzžŽ"
POSPATTERN="^---čČ--------HC-CH----------řŘ-šŠ-------žŽ$" POSPATTERN="^---čČ--------HC-CH----------řŘ-šŠ-------žŽ$"
@ -44,7 +44,7 @@ fi
rlJournalStart rlJournalStart
rlPhaseStartSetup rlPhaseStartSetup
rlAssertRpm $PACKAGE rlAssertRpm $PACKAGE
if rlIsRHEL 8 || rlIsFedora > 20 if rlIsRHEL 8 || rlIsCentOS 8 || rlIsFedora > 20
then then
rlAssertRpm glibc-langpack-cs rlAssertRpm glibc-langpack-cs
fi fi

View File

@ -128,8 +128,10 @@ component:
- glibc - glibc
test: ./runtest.sh test: ./runtest.sh
framework: beakerlib framework: beakerlib
recommend: require:
- gcc
- glibc - glibc
- make
duration: 30m duration: 30m
link: link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=600457 - relates: https://bugzilla.redhat.com/show_bug.cgi?id=600457

View File

@ -12,6 +12,7 @@ recommend:
- gcc - gcc
- diffutils - diffutils
- glibc-langpack-tr - glibc-langpack-tr
- glibc-gconv-extra
duration: 6m duration: 6m
link: link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=737778 - relates: https://bugzilla.redhat.com/show_bug.cgi?id=737778

View File

@ -6,7 +6,8 @@ component:
- glibc - glibc
test: ./runtest.sh test: ./runtest.sh
framework: beakerlib framework: beakerlib
recommend: require:
- gcc
- glibc - glibc
duration: 30m duration: 30m
extra-summary: /tools/glibc/Sanity/basic-linking-sanity extra-summary: /tools/glibc/Sanity/basic-linking-sanity