action #49472
closed[sle][migration][SLE15SP1]:add service sanity check before and after upgrade
0%
Description
The check focus on systemctl status.
Updated by coolgw over 5 years ago
- Status changed from New to In Progress
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/7098 submitted, need review
Updated by SLindoMansilla over 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.
Updated by coolgw over 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
Updated by coolgw over 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'
},
};