Skip to content

Commit

Permalink
Adjust yast control center test module as ca mgmt was dropped
Browse files Browse the repository at this point in the history
yast2-ca-mgmt was dropped, see
[fate#319119](https://fate.suse.com/319119).
See [poo#31648](https://progress.opensuse.org/issues/31648).
  • Loading branch information
Rodion Iafarov committed Feb 14, 2018
1 parent b178302 commit 0a9bfca
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tests/yast2_gui/yast2_control_center.pm
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ sub run {
# kdump is disabled by default, so ensure that it's installed
ensure_installed 'yast2-kdump';
record_soft_failure 'bsc#1059569';
# see bsc#1062331, sound is not added to the yast2 pattern
# also add missing yast2-ca-management and yast2-auth-server
ensure_installed 'yast2-sound yast2-ca-management yast2-auth-server';
# sound and auth-server are not added to the yast2 pattern
ensure_installed 'yast2-sound yast2-auth-server';
record_soft_failure 'bsc#1062331';
}
$self->launch_yast2_module_x11('', target_match => 'yast2-control-center-ui', match_timeout => 180);

Expand Down Expand Up @@ -330,11 +330,13 @@ sub run {
if (is_sle) {
start_add_system_extensions_or_modules;
start_kernel_dump;
start_common_server_certificate;
start_ca_management;
start_wake_on_lan;
# available by default only on SLES
start_authentication_server;
unless (sle_version_at_least '15') {
start_common_server_certificate;
start_ca_management;
}
}
if (check_var('DISTRI', 'opensuse')) {
start_kernel_settings;
Expand Down

0 comments on commit 0a9bfca

Please sign in to comment.