Skip to content

Commit

Permalink
temp add faile
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi committed Mar 14, 2023
1 parent 92198c2 commit 41e3714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/kube-ovn/subnet/subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ var _ = framework.Describe("[group:subnet]", func() {
framework.ExpectEmpty(subnet.Spec.Namespaces)
framework.ExpectConsistOf(subnet.Spec.ExcludeIps, gateways)
framework.ExpectEqual(subnet.Spec.Gateway, strings.Join(gateways, ","))
framework.ExpectEqual(subnet.Spec.GatewayType, apiv1.GWDistributedType)
// temp add error to change fail e2e
framework.ExpectNotEqual(subnet.Spec.GatewayType, apiv1.GWDistributedType)
framework.ExpectEmpty(subnet.Spec.GatewayNode)
framework.ExpectFalse(subnet.Spec.NatOutgoing)
framework.ExpectFalse(subnet.Spec.Private)
Expand Down

0 comments on commit 41e3714

Please sign in to comment.