Project

General

Profile

Actions

action #15560

closed

qam-kgraft: (SLES12SP2+) test expects non-existant initrd-xen

Added by schillingf over 7 years ago. Updated almost 7 years ago.

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.

https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/qam-kgraft/reboot_restore.pm#L72-L75

-- 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

Actions #1

Updated by schillingf almost 7 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF