Actions
action #37465
closed[sle][functional][y][fast] test fails in user_defined_snapshot - after reboot we are expecting grub2 in xen-pv
Start date:
2018-06-18
Due date:
2018-06-19
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
openQA test in scenario sle-12-SP4-Server-DVD-x86_64-extra_tests_on_gnome@svirt-xen-pv fails in
user_defined_snapshot
Test case was just recently enabled in Xen-pv environment and it needs to be adapted accordingly.
We need to avoid waiting for grub2 screen in xen-pv only.
power_action('reboot', keepconsole => 1, textmode => 1);
$self->handle_uefi_boot_disk_workaround() if get_var('MACHINE') =~ qr'aarch64';
assert_screen "grub2";
send_key 'up';
Reproducible¶
Fails since (at least) Build 0255 (current job)
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by mloviska over 6 years ago
- Status changed from New to Workable
- Assignee set to mloviska
Updated by mloviska over 6 years ago
- Status changed from Workable to Rejected
Duplicate of poo#35574
Updated by mloviska over 6 years ago
- Is duplicate of action #35574: [sle][functional][u][xen][hard] test fails in user_defined_snapshot - interact with grub2 in the serial console added
Actions