Skip to content

Commit

Permalink
Merge pull request #20551 from os-autoinst/revert-20479-rearRestore
Browse files Browse the repository at this point in the history
Revert "Rear restore"
  • Loading branch information
alvarocarvajald authored Nov 4, 2024
2 parents 38d4db4 + 38fb04d commit a7eba9d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/ha/rear_restore.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use warnings;
use testapi;
use serial_terminal 'select_serial_terminal';
use power_action_utils 'power_action';
use Utils::Architectures;

sub run {
my ($self) = @_;
Expand All @@ -25,9 +24,6 @@ sub run {
send_key_until_needlematch('rear-recover-selected', 'up');
send_key 'ret';
$self->wait_boot_past_bootloader;
if (assert_screen('rear_restore_tty', 120) && is_ppc64le) {
send_key 'ret';
}

# Restore the OS backup
set_var('LIVETEST', 1); # Because there is no password in ReaR miniOS
Expand Down

0 comments on commit a7eba9d

Please sign in to comment.