Skip to content

Commit

Permalink
Fix wizard_hana_install script timeout on ppc64le
Browse files Browse the repository at this point in the history
TEAM-9310 - [15-SP6][sles4sap][ppc64le] sles4sap_scc_gnome_hana_wizard sporadically failed on "wizard_hana_install": script timeout
  • Loading branch information
lilyeyes committed May 24, 2024
1 parent 3fe38a3 commit 0eb54a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sles4sap/wizard_hana_install.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ sub run {

# Keep only the generic HANA partitioning profile and link it to the needed model
# NOTE: fix name is used here (Dell), but something more flexible should be done later!
enter_cmd "rm -f /usr/share/YaST2/data/y2sap//hana_partitioning_Dell*.xml";
enter_cmd "ln -s hana_partitioning.xml '/usr/share/YaST2/data/y2sap/hana_partitioning_Dell Inc._generic.xml'";
assert_script_run "rm -f /usr/share/YaST2/data/y2sap//hana_partitioning_Dell*.xml";
assert_script_run "ln -s hana_partitioning.xml '/usr/share/YaST2/data/y2sap/hana_partitioning_Dell Inc._generic.xml'";

# Add host's IP to /etc/hosts
$self->add_hostname_to_hosts;
Expand Down

0 comments on commit 0eb54a1

Please sign in to comment.