Skip to content

Commit

Permalink
Fix dhcp test
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Mar 2, 2024
1 parent 5ba5a59 commit 823dc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/generic-tests/dhclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestDhclientQEMU4(t *testing.T) {
),
scriptvm.WithQEMUFn(
qemu.WithVMTimeout(time.Minute),
qnetwork.IPv4HostNetwork("192.168.0.0/24"),
qnetwork.HostNetwork("192.168.0.0/24"),
qnetwork.ServeHTTP(s, ln),
qemu.VirtioRandom(),
),
Expand Down

0 comments on commit 823dc87

Please sign in to comment.