Skip to content

Commit

Permalink
wip: do not remove when mock vm
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Oct 2, 2023
1 parent f73ab92 commit b7a7af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/request/70_network.t
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ sub test_list_nats($vm) {
}

sub _remove_qemu_bridges($vm, $bridges) {
return @$bridges if $vm->type eq 'Void';
my @nat = $vm->list_network_interfaces('nat');

my %bridges = map { $_ => 1 } @$bridges;
Expand Down

0 comments on commit b7a7af1

Please sign in to comment.