Skip to content

Commit

Permalink
Fix select_serial_terminal for os-autoinst#15496
Browse files Browse the repository at this point in the history
  • Loading branch information
coolgw committed Nov 8, 2022
1 parent 83efe04 commit 05f3313
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/yast2_gui/yast2_firewall_set_default_zone_prepare.pm
Expand Up @@ -14,6 +14,7 @@ use testapi;
use utils;
use network_utils 'iface';
use YaST::Module;
use serial_terminal 'select_serial_terminal';

sub run {
my $self = shift;
Expand All @@ -28,7 +29,7 @@ sub run {
save_screenshot;
$testapi::distri->get_firewall()->accept_change();
assert_screen 'generic-desktop';
$self->select_serial_terminal();
select_serial_terminal();
validate_script_output("firewall-cmd --list-interfaces --zone=$settings{zone}", sub { m/$settings{device}/ }, proceed_on_failure => 0);
}

Expand Down

0 comments on commit 05f3313

Please sign in to comment.