Project

General

Profile

Actions

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 almost 6 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2018-06-05
Due date:
% Done:

100%

Estimated time:
Difficulty:

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;
 }
Actions #1

Updated by JWSun almost 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
Actions #2

Updated by leli over 5 years ago

  • Assignee changed from JWSun to leli
Actions #3

Updated by leli over 5 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.

Actions #4

Updated by leli over 5 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;
}

Actions #5

Updated by leli over 5 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 50
Actions #6

Updated by leli over 5 years ago

  • Status changed from In Progress to Workable
  • % Done changed from 50 to 0
Actions #7

Updated by leli over 5 years ago

  • Status changed from Workable to In Progress
  • % Done changed from 0 to 60
Actions #8

Updated by leli over 5 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.

Actions #9

Updated by leli over 5 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 60 to 100
Actions

Also available in: Atom PDF