Actions
action #69175
closedcoordination #69130: [functional][y][epic] Extend test coverage for firstboot
[y] Enable firstboot_hostname yast client in first boot test
Status:
Resolved
Priority:
Normal
Assignee:
Target version:
QA (public, currently private due to #173521) - future
Start date:
2020-07-21
Due date:
2020-09-08
% Done:
0%
Estimated time:
5.00 h
Description
See motivation in the parent ticket.
As of now we test default first boot file by just touching file or enabling it in autoyast: assert_script_run 'touch /var/lib/YaST2/reconfig_system';
For this scenario we should provide custom firstboot.xml (which is located at /etc/YaST2/firstboot.xml) and enable firstboot_hostname client in it:
<module>
<label>Host Name</label>
<enabled config:type="boolean">true</enabled>
<name>firstboot_hostname</name>
</module>
It would make sense to create new scenario which we will extend later with other clients.
Acceptance criteria¶
firstboot_hostname
client is enabled in one of the test scenarios for TW- hostname setting is validated in the configured system
- test plan is updated accordingly
Updated by riafarov over 4 years ago
- Description updated (diff)
- Status changed from New to Workable
- Estimated time set to 5.00 h
Updated by JRivrain over 4 years ago
- Status changed from Workable to In Progress
Updated by riafarov over 4 years ago
- Due date changed from 2020-08-25 to 2020-09-08
Updated by JERiveraMoya over 4 years ago
- Status changed from In Progress to Resolved
Actions