Skip to content

Commit

Permalink
resolve e2e error in v1.12.0 (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhen-ma committed Mar 6, 2023
1 parent 541b641 commit dc5148b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/kube-ovn/subnet/subnet.go
Expand Up @@ -348,6 +348,7 @@ var _ = framework.Describe("[group:subnet]", func() {
framework.ExpectEmpty(subnet.Spec.AllowSubnets)

ginkgo.By("Validating subnet status fields")
time.Sleep(2 * time.Second)
framework.ExpectContainElement(gatewayNodes, subnet.Status.ActivateGateway)
framework.ExpectZero(subnet.Status.V4UsingIPs)
framework.ExpectZero(subnet.Status.V6UsingIPs)
Expand Down

0 comments on commit dc5148b

Please sign in to comment.