Skip to content

Commit

Permalink
wip: unset nat ip after test
Browse files Browse the repository at this point in the history
issue #2142
  • Loading branch information
frankiejol committed Feb 21, 2025
1 parent 1f3af4f commit 8c6640f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/vm/n10_nat.t
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ sub test_route($vm) {
is($ip, $route{$network},$vm->type) or die $domain->name;
}
}

sub test_nat_rdp($vm) {
my $domain = create_domain($vm);

Expand Down Expand Up @@ -92,6 +93,7 @@ sub test_nat_rdp($vm) {
is($row->{listen_ip}, $vm->ip,"listen_ip ".$row->{driver});
is($row->{ip},$NAT_IP,"ip ".$row->{driver});
}
$vm->nat_ip('');
}


Expand Down

0 comments on commit 8c6640f

Please sign in to comment.