Skip to content

Commit 4454efc

Browse files
authored
Merge pull request #224 from stgraber/main
network/lb: Add wait_for to test
2 parents 4b2ff56 + f7da04c commit 4454efc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal/network/resource_network_lb_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ resource "incus_instance" "instance" {
179179
"ipv4.address" = "%[5]s"
180180
}
181181
}
182+
183+
wait_for {
184+
type = "ipv4"
185+
nic = "eth0"
186+
}
182187
}
183188
184189
resource "incus_network_lb" "test" {

0 commit comments

Comments
 (0)