From 5558e4296d7eb35ca878a48c5ac6f28069ef56e0 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sun, 19 Jan 2025 22:18:16 -0500 Subject: [PATCH] mantle/kola: change URLs for coreos.tls.fetch-urls test These were changed to other URLs when the test moved to an external test in https://github.com/coreos/fedora-coreos-config/commit/41901c7dc5e604e0ee27ffcf60f87b1b6d7a723b Let's update the URLs for older releases too to simplify our allow rules for external domains. --- mantle/kola/tests/misc/tls.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mantle/kola/tests/misc/tls.go b/mantle/kola/tests/misc/tls.go index 2e71122c9b..5ad3d5c465 100644 --- a/mantle/kola/tests/misc/tls.go +++ b/mantle/kola/tests/misc/tls.go @@ -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/", } )