Project

General

Profile

Actions

action #49472

closed

[sle][migration][SLE15SP1]:add service sanity check before and after upgrade

Added by coolgw about 5 years ago. Updated about 5 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
Enhancement to existing tests
Target version:
-
Start date:
2019-03-20
Due date:
% Done:

0%

Estimated time:
40.00 h
Difficulty:
medium

Description

The check focus on systemctl status.

Actions #1

Updated by coolgw about 5 years ago

  • Status changed from New to In Progress
Actions #2

Updated by SLindoMansilla about 5 years ago

  • Category set to Enhancement to existing tests

As a result of backlog triaging (see https://progress.opensuse.org/projects/openqatests/wiki#ticket-backlog-triaging for more information).

Please, feel free to adjust the category or the "[label]" if you think different.

Actions #3

Updated by leli about 5 years ago

  • Priority changed from Normal to Low
Actions #4

Updated by coolgw about 5 years ago

since i found some package such as ntp not exist on 15 , so try to select some test cases run locally

12sp3
https://openqa.suse.de/tests/2780747#next_previous INSTALLONLY=0
/usr/share/openqa/script/clone_job.pl --from http://openqa.suse.de --host localhost 2780747 --skip-download INSTALLONLY=0 --apikey 95DEE23FCE28A022 --apisecrect EF73C178CD98CC38

12sp4
https://openqa.suse.de/tests/2780924 INSTALLONLY=0
/usr/share/openqa/script/clone_job.pl --from http://openqa.suse.de --host localhost 2780924 --skip-download INSTALLONLY=0

15
https://openqa.suse.de/tests/2780736#step/snapper_rollback/24 INSTALLONLY=0
/usr/share/openqa/script/clone_job.pl --from http://openqa.suse.de --host localhost 2780736 --skip-download INSTALLONLY=0

Actions #5

Updated by coolgw about 5 years ago

  • Status changed from In Progress to Resolved

First PR merged, PR https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/7230
Can check following services:
susefirewall => {
srv_pkg_name => 'SuSEfirewall2',
srv_proc_name => 'SuSEfirewall2',
support_ver => '12-SP3,12-SP4'
},
firewall => {
srv_pkg_name => 'firewalld',
srv_proc_name => 'firewalld.service',
support_ver => '15,15-SP1'
},
ntp => {
srv_pkg_name => 'ntp',
srv_proc_name => 'ntpd',
support_ver => '12-SP3,12-SP4'
},
chrony => {
srv_pkg_name => 'chrony',
srv_proc_name => 'chronyd',
support_ver => '15,15-SP1'
},
postfix => {
srv_pkg_name => 'postfix',
srv_proc_name => 'postfix',
support_ver => '12-SP3,12-SP4,15'
},
};

Actions

Also available in: Atom PDF