From 0496b2e6d05eaae71629e1d5784fa4709db82dab Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 14 Jan 2025 19:34:34 +0100 Subject: [PATCH] Update currywurst domain The old qam currywurst stand is out of business. This updates the default host to one where currywurst is still being served. --- tests/network/cifs.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/network/cifs.pm b/tests/network/cifs.pm index dd2eb60e1e66..a6b8195ea5c8 100644 --- a/tests/network/cifs.pm +++ b/tests/network/cifs.pm @@ -1,6 +1,6 @@ # SUSE's openQA tests # -# Copyright 2020 SUSE LLC +# Copyright 2025 SUSE LLC # SPDX-License-Identifier: FSFAP # Package: samba samba-client cifs-utils nmap coreutils util-linux @@ -46,7 +46,7 @@ sub run { my $smb_domain = get_var("CIFS_TEST_DOMAIN") // "currywurst"; # The test host is only available from the internal openqa.suse.de - my $smb_remote = get_var("CIFS_TEST_REMOTE", is_opensuse ? "local" : "currywurst.qam.suse.de"); + my $smb_remote = get_var("CIFS_TEST_REMOTE", is_opensuse ? "local" : "currywurst.qe.suse.de"); select_serial_terminal; add_suseconnect_product(get_addon_fullname('phub')) if is_sle; # samba-client requires package hub