action #9240
closedCheck for specific versions of product boot menu entries in grub
0%
Description
observation¶
There is a bug bsc#950695:
SLED12 after update to SLED12 SP1 RC2 using DVD the grub2 menu still kept SLED12 entries which should update to 'SLED12 SP1'
problem¶
But openQA didn't spot it:
-sle-12-SP1-Desktop-DVD-x86_64-Build3348-migration_offline_sled11_sp3_sdk
https://openqa.suse.de/tests/145985/modules/livecdreboot/steps/6
(In this test the grub2 menu has been updated and openQA passed it)
-Results for sle-12-SP1-Desktop-DVD-x86_64-Build3348-migration_offline_sled12
https://openqa.suse.de/tests/145934/modules/livecdreboot/steps/6
(In this test the grub2 menu has not been updated and openQA didn't spot it ;( )
Seems openQA ignore the specific characters of grub2's menu after update.
suggestion¶
unregister all grub2 needles in main.pm that don't match your target system and check for specific ones to appear
further details¶
former title: Is there a way for openqa to figure the grub2 menu
Updated by coolo almost 8 years ago
- Project changed from openQA Project to openQA Tests
testing for 'grub2' is too limited if you need a very specific grub2. One solution to that problem is actually to unregister all grub2 needles in main.pm that don't match your target system
Updated by coolo almost 8 years ago
- Category set to Enhancement to existing tests
Updated by RBrownSUSE over 7 years ago
- Checklist item changed from to [ ] SLE, [ ] TW, [ ] Leap
Updated by okurz over 7 years ago
- Subject changed from Is there a way for openqa to figure the grub2 menu to Check for specific versions of product boot menu entries in grub
- Description updated (diff)
- Priority changed from Normal to Low
no action for long so taking the liberty to adjust description with suggestion how to proceed
Updated by okurz about 7 years ago
- Status changed from New to Resolved
bsc#950695 is VERIFIED FIXED so I assume the current issue is also done.