Skip to content
Open
Show file tree
Hide file tree
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/sles4sap/bone_install.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ sub run {
# change some default values
file_content_replace("/tmp/$b1_cfg", '%SERVER%' => $hostname, '%INSTANCE%' => $instid, '%TENANT_DB%' => $sid, '%PASSWORD%' => $sles4sap::instance_password);

# initial workaround for 15-SP7 and b1 installer 2502
$self->b1_workaround_os_version;
# disabled as 2602 does not need workaround for 15-SP7
#$self->b1_workaround_os_version;

# Install
assert_script_run "$install_bin -i silent -f /tmp/$b1_cfg --debug", $tout;
Expand Down
4 changes: 2 additions & 2 deletions tests/sles4sap/wizard_hana_install.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ sub run {
my $wiz_name = (is_sle('15-SP5+') and get_var('BONE')) ? "bone-installation-wizard" : "sap-installation-wizard";
my $wizard_package_version = script_output("rpm -q --qf '%{VERSION}\n' $wiz_name");

# initial workaround for 15-SP7 and b1 installer 2505
$self->b1_workaround_os_version;
# disabled as 2602 does not need workaround for 15-SP7
#$self->b1_workaround_os_version;

# start wizard
if (check_var('DESKTOP', 'textmode')) {
Expand Down
Loading