Actions
action #15560
closedqam-kgraft: (SLES12SP2+) test expects non-existant initrd-xen
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Bugs in existing tests
Target version:
-
Start date:
2016-12-19
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
This following code will always fail on SLES 12 SP2 and above because there is no initrd-xen anymore.
-- snip --
script_run("lsinitrd /boot/initrd-$kver-xen | grep patch");
save_screenshot;
script_run("lsinitrd /boot/initrd-$kver-xen | awk '/-patch-.*ko\$/ {print \$NF}' > /dev/$serialdev", 0);
my ($module) = wait_serial(qr/lib*/) =~ /(^.*ko)\s+/;
-- snap --
See relevant paragraph in release notes:
https://www.suse.com/releasenotes/x86_64/SUSE-SLES/12-SP2/#fate-315712
Updated by schillingf over 7 years ago
- Status changed from New to Resolved
Should be fixed in
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3027
Actions