Actions
action #65088
closed[functional][y] Verify writing conflict from YaST in 70-yast.conf
Start date:
2019-12-04
Due date:
2020-07-14
% Done:
0%
Estimated time:
8.00 h
Difficulty:
Description
We want to test that config writings from YaST produces certain conflicts.
The implementation as now, contains a couple of yast modules that uses the 70-yast.conf. Some of them that we can use for automation during the installation is
- net.ipv4.ip_forward
- net.ipv4.tcp_syncookies
These settings are available in the yast2 network module.
Scope is limited to 64bit on SLES only for the start.
Potential Scenario:
- Check that module writes settings properly in /etc/sysctl.d/70-yast.conf and not in /etc/sysctl.conf (using yast2 lan module with settings mentioned above)
- Set conflicting settings in /etc/sysctl.conf, edit them in yast module verify that yast module reports it
- Set conflicting setting in custom file, e.g. /etc/sysctl.d/90-custom.conf , edit them in yast module verify that yast module reports it
See Also https://jira.suse.com/browse/SLE-9077 and https://jira.suse.com/browse/SLE-9088
Feature discussion: https://trello.com/c/uf4RFeC1/3671-sysctld-handling-display-current-settings-and-warn-about-conflicts
Also see https://progress.opensuse.org/issues/61073#note-13
Acceptance criteria¶
- in case of conflict all the settings are discarded
Actions