action #36772
closed[sle][migration][SLE15SP1] test fails in sshd -- remove workaround basded on https://bugzilla.suse.com/show_bug.cgi?id=1090178#c15
100%
Description
Observation¶
openQA test in scenario sle-15-Installer-DVD-x86_64-media_upgrade_sles11sp4_allpatterns@64bit fails in
sshd
Further details¶
Always latest result in this scenario: latest
Solution¶
if (is_upgrade && check_var('ORIGIN_SYSTEM_VERSION', '11-SP4')) {
<del>record_soft_failure 'bsc#1090178: SuSEfirewall2 service is not available after upgrade from SLES11 SP4 to SLES15';</del>
assert_script_run("SuSEfirewall2 off")
}
else {
systemctl 'stop ' . $self->firewall if !is_virtualization_server;
}
Updated by JWSun over 6 years ago
- Subject changed from [sle][migration][sle15] test fails in sshd -- remove workaround basded on https://bugzilla.suse.com/show_bug.cgi?id=1090178#c15 to [sle][migration][SLE12SP4] test fails in sshd -- remove workaround basded on https://bugzilla.suse.com/show_bug.cgi?id=1090178#c15
Updated by leli over 6 years ago
On SLE12SP4 test, the migration_offline_sle11_sp4_allpatterns doesn't use variable PATCH=1 so ORIGIN_SYSTEM_VERSION hasn't been set. So the program runs the else branch and won't run the workaround here. I think this issue still should be on SLES15 and not on SLES12SP4.
Updated by leli over 6 years ago
The SuSEfirewall2 service is not available after upgrade from SLES11 SP4 to SLES15, bsc#1090178 won't fix, so just record the info and not report softfail any more.
if (is_upgrade && check_var('ORIGIN_SYSTEM_VERSION', '11-SP4')) {
record_soft_failure 'bsc#1090178: SuSEfirewall2 service is not available after upgrade from SLES11 SP4 to SLES15';
record_info("SuSEfirewall2 not available", "SuSEfirewall2 service is not available after upgrade from SLES11 SP4 to SLES15");
}
else {
systemctl 'stop ' . $self->firewall if !is_virtualization_server;
}
Updated by leli over 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Updated by leli over 6 years ago
- Status changed from In Progress to Workable
- % Done changed from 50 to 0
Updated by leli over 6 years ago
- Status changed from Workable to In Progress
- % Done changed from 0 to 60
PR submitted. Still wait a log.
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/5594
Updated by leli over 6 years ago
- Subject changed from [sle][migration][SLE12SP4] test fails in sshd -- remove workaround basded on https://bugzilla.suse.com/show_bug.cgi?id=1090178#c15 to [sle][migration][SLE15SP1] test fails in sshd -- remove workaround basded on https://bugzilla.suse.com/show_bug.cgi?id=1090178#c15
On SLE12SP4 test, the migration_offline_sle11_sp4_allpatterns doesn't use variable PATCH=1 so ORIGIN_SYSTEM_VERSION hasn't been set. So the program runs the else branch and won't run the workaround here. So change it to SLE15SP1 tag. And will verify it on SLE15SP1 job group later.
Updated by leli about 6 years ago
- Status changed from In Progress to Resolved
- % Done changed from 60 to 100
Verified on o.s.d.