From 48afa9bf207a6be58534c3be6fce11f011de7e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Wed, 9 Aug 2023 00:12:44 -0400 Subject: [PATCH] tests: Fix online remote admin tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- test/suites/remote.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/suites/remote.sh b/test/suites/remote.sh index 9c48d0a1ac4..28167132eb8 100644 --- a/test/suites/remote.sh +++ b/test/suites/remote.sh @@ -178,10 +178,8 @@ test_remote_admin() { # Check that we can add domains with valid certs without confirmation: if [ -z "${INCUS_OFFLINE:-}" ]; then - inc_remote remote add images1 images.linuxcontainers.org - inc_remote remote add images2 images.linuxcontainers.org:443 + inc_remote remote add images1 https://images.linuxcontainers.org --protocol=simplestreams inc_remote remote remove images1 - inc_remote remote remove images2 fi }