Skip to content

Commit

Permalink
Merge pull request #9811 from b10n1k/poo61901
Browse files Browse the repository at this point in the history
Check if wicked is running for yast command line tests
  • Loading branch information
OleksandrOrlov committed Mar 18, 2020
2 parents c99e837 + ad358f1 commit 8687ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/console/yast2_cmdline.pm
Expand Up @@ -15,7 +15,7 @@ use base "y2_module_consoletest";
use strict;
use warnings;
use testapi;
use utils 'zypper_call';
use utils qw(zypper_call systemctl);
use repo_tools 'prepare_source_repo';

# Executes the command line tests from a yast repository (in master or in the
Expand Down Expand Up @@ -44,7 +44,7 @@ sub run_yast_cli_test {

sub run {
select_console 'root-console';

return if (systemctl("status wicked.service", ignore_failure => 1) != 0);
prepare_source_repo;

# Install test requirement
Expand Down

0 comments on commit 8687ea9

Please sign in to comment.