Adjusting sanity-test for rhel10
This commit is contained in:
parent
6ef98bf621
commit
fbcaa750cb
1 changed files with 2 additions and 2 deletions
|
|
@ -39,9 +39,9 @@ rlJournalStart
|
|||
|
||||
rlPhaseStartTest
|
||||
rlRun -s "iperf3 -c localhost" 1 "Client should fail when no server is listening."
|
||||
if rlIsFedora; then
|
||||
if rlIsFedora || rlIsRHELLike '>=10'; then
|
||||
MESSAGE="iperf3: error - unable to connect to server - server may have stopped running or use a different port, firewall issue, etc.: Connection refused"
|
||||
elif rlIsRHEL '>=9' || rlIsCentOS '>=9'; then
|
||||
elif rlIsRHELLike '9'; then
|
||||
MESSAGE="iperf3: error - unable to send control message: Bad file descriptor"
|
||||
else
|
||||
MESSAGE="iperf3: error - unable to connect to server: Connection refused"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue