Skip to content

Commit

Permalink
Merge pull request #4076 from rwx788/raid_tw
Browse files Browse the repository at this point in the history
Adjust shortcut for RAID10 on storage-ng
  • Loading branch information
SergioAtSUSE committed Dec 14, 2017
2 parents 0a7d08c + a2f0fd5 commit c222b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/installation/partitioning_raid.pm
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ sub setraidlevel {
1 => 1,
5 => 5,
6 => 6,
10 => ((is_sle && sle_version_at_least('15')) ? 'o' : 'g'));
10 => 'g'
);
wait_screen_change { send_key "alt-$entry{$level}"; };

wait_screen_change { send_key "alt-i"; }; # move to RAID name input field
Expand Down

0 comments on commit c222b99

Please sign in to comment.