Bugzilla – Full Text Bug Listing |
Summary: | yast-bootloader proposal code too generic and not sufficiently auto-tested | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Stefan Hundhammer <shundhammer> |
Component: | YaST2 | Assignee: | YaST Team <yast-internal> |
Status: | CONFIRMED --- | QA Contact: | Jiri Srain <jsrain> |
Severity: | Normal | ||
Priority: | P5 - None | CC: | jreidinger, mrmazda |
Version: | Current | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | openSUSE Tumbleweed | ||
URL: | https://trello.com/c/umsAMUg2 | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Description
Stefan Hundhammer
2021-03-15 09:46:30 UTC
Relevant code locations: Generating the HTML: https://github.com/yast/yast-bootloader/blob/master/src/lib/bootloader/grub2base.rb#L425 The array holding all href targets: https://github.com/yast/yast-bootloader/blob/master/src/lib/bootloader/proposal_client.rb#L73 (checking them all should be another test) Taking the clicked link target apart: https://github.com/yast/yast-bootloader/blob/master/src/lib/bootloader/proposal_client.rb#L105 The code that actually handles the hyperlink: https://github.com/yast/yast-bootloader/blob/master/src/lib/bootloader/proposal_client.rb#L358-L387 |