Fix makemap-in-alternatives tests
This commit is contained in:
parent
ba4fecd3a4
commit
bb65724992
2 changed files with 7 additions and 3 deletions
|
|
@ -12,9 +12,7 @@ recommend:
|
|||
duration: 5m
|
||||
enabled: true
|
||||
tag:
|
||||
- TIPfail_infra
|
||||
- Tier1
|
||||
- sendmail::CLI::makemap
|
||||
tier: '1'
|
||||
link:
|
||||
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=1225891
|
||||
|
|
@ -22,6 +20,12 @@ adjust:
|
|||
- enabled: false
|
||||
when: distro ~< rhel-7.4
|
||||
continue: false
|
||||
- enabled: false
|
||||
when: distro >= rhel-10
|
||||
continue: false
|
||||
- enabled: false
|
||||
when: distro >= centos-stream-10
|
||||
continue: false
|
||||
extra-nitrate: TC#0552672
|
||||
extra-summary: /CoreOS/sendmail/Regression/makemap-in-alternatives
|
||||
extra-task: /CoreOS/sendmail/Regression/makemap-in-alternatives
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ rlJournalStart
|
|||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest
|
||||
if rlIsRHEL '<=8' || ( rlIsRHEL 9 && rlIsRHEL '<9.3' ) || ( rlIsCentOS 9 && rlIsCentOS '<9.3' ); then
|
||||
if rlIsRHELLike '<=8' || ( rlIsRHEL 9 && rlIsRHEL '<9.3' ); then
|
||||
slave="slave"
|
||||
else
|
||||
slave="follower"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue