Skip to content

Commit

Permalink
Merge pull request #20956 from grisu48/currywurst
Browse files Browse the repository at this point in the history
Update currywurst domain
  • Loading branch information
dzedro authored Jan 14, 2025
2 parents 8b8e2d1 + 0496b2e commit 3e38d3b
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 3e38d3b

Please sign in to comment.