Skip to content

Commit

Permalink
rt: Remove not needed generic-desktop needle match
Browse files Browse the repository at this point in the history
  • Loading branch information
czerw committed Jul 14, 2022
1 parent d0e32e0 commit 07b34fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/rt_utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ sub select_kernel {
assert_screen 'displaymanager-password-prompt', no_wait => 1;
type_password;
send_key 'ret';
assert_screen 'generic-desktop';
}
}

Expand Down
1 change: 0 additions & 1 deletion tests/rt/kmp_modules.pm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ sub run {
if (script_run q|egrep 'BOOT_IMAGE=/boot/vmlinuz-.*-[[:digit:]]-rt' /proc/cmdline|) {
power_action('reboot', textmode => 1);
select_kernel('rt');
assert_screen 'generic-desktop';
$self->select_serial_terminal;
}

Expand Down

0 comments on commit 07b34fa

Please sign in to comment.