Skip to content

Commit

Permalink
Add egress cidr infra test
Browse files Browse the repository at this point in the history
  • Loading branch information
hebelsan committed May 3, 2024
1 parent 717c266 commit 4aaa044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/infrastructure/infrastructure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ func verifyCreation(
}
for _, natIP := range routerNAT.NatIps {
Expect(ipAddresses).Should(HaveKey(natIP))
Expect(infra.Status.EgressCIDRs).Should(ContainElement(fmt.Sprintf("%s/32", natIP)))
}
} else {
Expect(routerNAT.NatIpAllocateOption).To(Equal("AUTO_ONLY"))
Expand Down

0 comments on commit 4aaa044

Please sign in to comment.