Skip to content

Commit

Permalink
udn, e2e, services: Skip L2
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Llorente <ellorent@redhat.com>
  • Loading branch information
qinqon committed Sep 10, 2024
1 parent 27d6763 commit 0bb3e25
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions test/e2e/network_segmentation_services.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,15 @@ ipv6=$(ip -6 a show dev ovn-udn1 | grep 'global' | awk '{print $2}' | sed 's#/.*
role: "primary",
},
),

// TODO add L2 NADs once L2 UDN support is available for services
XEntry(
"TODO: L2 dualstack primary UDN, cluster-networked pods, NodePort service",
networkAttachmentConfigParams{
name: nadName,
topology: "layer2",
cidr: fmt.Sprintf("%s,%s", userDefinedNetworkIPv4Subnet, userDefinedNetworkIPv6Subnet),
role: "primary",
},
),
)

})
Expand Down

0 comments on commit 0bb3e25

Please sign in to comment.