Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update currywurst domain #20956

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading