Skip to content

Commit

Permalink
Merge pull request #17050 from tinawang123/wicked
Browse files Browse the repository at this point in the history
Do not pipe output into a pager for wicked service
  • Loading branch information
jknphy committed May 18, 2023
2 parents 36a04af + 3f46156 commit b5b4713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/autoyast/wicked.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ use strict;
use warnings;
use base 'consoletest';
use testapi;
use utils 'systemctl';

sub run {
# https://en.opensuse.org/openSUSE:Bugreport_wicked
enter_cmd "systemctl status wickedd.service";
systemctl 'status wickedd.service';
enter_cmd "echo `wicked show all |cut -d ' ' -f 1` END | tee /dev/$serialdev";
my $iflist = wait_serial("END", 10);
# For poo#70453, to filter network link from mixed info of the output of wicked cmd
Expand Down

0 comments on commit b5b4713

Please sign in to comment.