From f05894ad0951392e4c06b4ef68f7aaffa21cd7be Mon Sep 17 00:00:00 2001 From: "Jonas L." Date: Thu, 10 Oct 2024 12:55:03 +0200 Subject: [PATCH] test: do not use deprecated iso (#569) ##### SUMMARY The iso used for the tests is now deprecated, changed to the latest version of the system rescue iso. --- tests/integration/targets/iso_info/defaults/main/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/targets/iso_info/defaults/main/main.yml b/tests/integration/targets/iso_info/defaults/main/main.yml index 9e3c30d..5f7eb29 100644 --- a/tests/integration/targets/iso_info/defaults/main/main.yml +++ b/tests/integration/targets/iso_info/defaults/main/main.yml @@ -1,7 +1,7 @@ # Copyright: (c) 2023, Hetzner Cloud GmbH # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) --- -hcloud_iso_id: 551 -hcloud_iso_name: systemrescuecd-x86-5.2.2.iso +hcloud_iso_id: 112939 +hcloud_iso_name: systemrescue-11.02-amd64.iso hcloud_iso_type: public hcloud_iso_architecture: x86