Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mantle/kola: change URLs for coreos.tls.fetch-urls test
Browse files Browse the repository at this point in the history
These were changed to other URLs when the test moved to an external
test in coreos/fedora-coreos-config@41901c7

Let's update the URLs for older releases too to simplify our allow
rules for external domains.
dustymabe authored and openshift-cherrypick-robot committed Jan 20, 2025
1 parent 47d475f commit 5558e42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mantle/kola/tests/misc/tls.go
Original file line number Diff line number Diff line change
@@ -21,8 +21,9 @@ import (

var (
urlsToFetch = []string{
"https://www.example.com/",
"https://www.wikipedia.org/",
"https://cloud.google.com",
"https://aws.amazon.com/",
"https://azure.microsoft.com",
"https://start.fedoraproject.org/",
}
)

0 comments on commit 5558e42

Please sign in to comment.