Batch update of various changes
This commit is contained in:
parent
f48051f6b9
commit
b103e458d2
3 changed files with 13 additions and 4 deletions
|
|
@ -7,3 +7,7 @@ require+:
|
|||
|
||||
link+:
|
||||
- verifies: https://issues.redhat.com/browse/RHEL-50536
|
||||
|
||||
adjust+:
|
||||
- when: distro != rhel-9 or distro < rhel-9.5.0
|
||||
enabled: false
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ duration: 10m
|
|||
link+:
|
||||
- verifies: https://issues.redhat.com/browse/RHEL-42954
|
||||
|
||||
#adjust+:
|
||||
# - when: arch != aarch64
|
||||
# because: Test is relevant for aarch64 only
|
||||
# enabled: false
|
||||
adjust+:
|
||||
- when: arch == x86_64
|
||||
enabled: false
|
||||
|
|
|
|||
|
|
@ -50,6 +50,9 @@ rlJournalStart
|
|||
elif rlIsRHEL ">= 10"; then
|
||||
rlAssertGrep "minimum string length is too small: 0" output
|
||||
|
||||
elif rlIsRHEL ">= 10" && [ "$TOOLSET" = "gcc-toolset-14" ]; then
|
||||
rlAssertGrep "minimum string length is too small: 0" output
|
||||
|
||||
else
|
||||
rlAssertGrep "invalid minimum string length 0" output
|
||||
fi
|
||||
|
|
@ -66,6 +69,9 @@ rlJournalStart
|
|||
elif rlIsRHEL ">= 10"; then
|
||||
rlAssertGrep "minimum string length is too small: 0" output
|
||||
|
||||
elif rlIsRHEL ">= 10" && [ "$TOOLSET" = "gcc-toolset-14" ]; then
|
||||
rlAssertGrep "minimum string length is too small: 0" output
|
||||
|
||||
else
|
||||
rlAssertGrep "invalid minimum string length 0" output
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue