Skip to content

Commit

Permalink
Merge pull request #8680 from tomastigera/tomas-bpf-vxlan6-tests
Browse files Browse the repository at this point in the history
Enable VXLAN v6 tests in bpf runs
  • Loading branch information
tomastigera authored Apr 2, 2024
2 parents 79546a5 + ef71d2e commit f6bdfe3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions felix/fv/vxlan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ var _ = infrastructure.DatastoreDescribe("_BPF-SAFE_ VXLAN topology before addin
brokenXSum := testConfig.BrokenXSum
enableIPv6 := testConfig.EnableIPv6

if BPFMode() && enableIPv6 {
continue
}

Describe(fmt.Sprintf("VXLAN mode set to %s, routeSource %s, brokenXSum: %v, enableIPv6: %v", vxlanMode, routeSource, brokenXSum, enableIPv6), func() {
var (
infra infrastructure.DatastoreInfra
Expand Down

0 comments on commit f6bdfe3

Please sign in to comment.