Skip to content

Commit

Permalink
switch_to_wicked: configure dhcp after switching to wicked
Browse files Browse the repository at this point in the history
  • Loading branch information
DimStar77 committed Apr 17, 2023
1 parent 9a7b43e commit e274069
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/console/switch_to_wicked.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ use y2_module_basetest;
use strict;
use warnings;
use testapi;
use mm_network;

sub run {
my ($self) = shift;
return unless is_network_manager_default;
ensure_installed 'wicked';
select_console 'root-console';
$self->use_wicked_network_manager;
configure_dhcp;
}

1;

0 comments on commit e274069

Please sign in to comment.