inet4-only needed, ipv6 does not work on redhat.com
This commit is contained in:
parent
8fde494b98
commit
90d1cd58ff
3 changed files with 4 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ rlJournalStart
|
|||
rlPhaseStartTest "Test redhat.com page"
|
||||
rlRun "mkdir redhat"
|
||||
rlRun "pushd redhat"
|
||||
rlRun "wget -O index.html https://www.redhat.com/"
|
||||
rlRun "wget --inet4-only -O index.html https://www.redhat.com/"
|
||||
rlAssertExists "index.html"
|
||||
rlAssertGrep '</html>' 'index.html' -i
|
||||
rlRun "popd"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue