Skip to content

Commit

Permalink
Update currywurst domain
Browse files Browse the repository at this point in the history
The old qam currywurst stand is out of business.
This updates the default host to one where currywurst is still being served.
  • Loading branch information
grisu48 committed Jan 14, 2025
1 parent 692fde8 commit 0496b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/network/cifs.pm
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0496b2e

Please sign in to comment.