action #36772
closed
[sle][migration][SLE15SP1] test fails in sshd -- remove workaround basded on https://bugzilla.suse.com/show_bug.cgi?id=1090178#c15
Added by dehai over 6 years ago.
Updated about 6 years ago.
Category:
Bugs in existing tests
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;
}
- 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
- Assignee changed from JWSun to leli
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.
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;
}
- Status changed from New to In Progress
- % Done changed from 0 to 50
- Status changed from In Progress to Workable
- % Done changed from 50 to 0
- Status changed from Workable to In Progress
- % Done changed from 0 to 60
- 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.
- Status changed from In Progress to Resolved
- % Done changed from 60 to 100
Also available in: Atom
PDF