action #28726
closed[sle][functional][autoyast][sle15][medium]handle all occurences of SuSEfirewall2 for SLE15
0%
Description
Motivation¶
"SuSEfirewall2" is replaced by firewalld in SLE15 (and TW?) already. We need to adapt our tests
Acceptance criteria¶
- AC1: All occurences of "SuSEfirewall2" in tests have been reviewed and either explicitly kept for <SLE15 or updated to firewalld
Tasks¶
- Review all occurences of
git grep SuSEfirewall2
in tests (1-8h) - Adapt to a dynamic choice based on distri and version (1-8h)
Updated by okurz about 7 years ago
- Due date set to 2017-12-19
- Status changed from In Progress to Feedback
Waiting for some feedback on my "discussion" PR:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3990
Updated by okurz about 7 years ago
- Due date changed from 2017-12-19 to 2018-01-16
- Target version changed from Milestone 12 to Milestone 14
Discussed with riafarov. The autoyast profiles are updated accordingly and do not reference SuSEFirewall2 for sle15 but only for the sle12 specific ones. For the test code it seems like a good idea to extract the definition of a common firewall function. Let's revisit this idea in the next year and see what other changes became necessary until then.
Updated by okurz almost 7 years ago
- Due date changed from 2018-01-16 to 2018-01-30
mass-shift of tickets to next sprint due to training on sprint review day
Updated by okurz almost 7 years ago
- Target version changed from Milestone 14 to Milestone 13
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3990
merged. Let's see.
Updated by okurz almost 7 years ago
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4267 to fix openSUSE upgrade tests
Updated by okurz almost 7 years ago
- Has duplicate action #30817: sshd fails to enable/disable/configure firewall added
Updated by okurz almost 7 years ago
merged, tests triggered. Look later on https://openqa.opensuse.org/tests/overview?result=none&result=failed&result=incomplete&result=skipped&result=obsoleted&result=parallel_failed&result=parallel_restarted&result=user_cancelled&result=user_restarted&arch=&failed_modules=&distri=opensuse&groupid=1&version=Tumbleweed#
Updated by okurz almost 7 years ago
- Status changed from Feedback to In Progress
messed up fixup/enable_firewall. Of course the commands need to be run as root, WIP