Skip to content

Commit

Permalink
e2e/ipfix: only test NAT fields in the TDF mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan4th committed May 9, 2022
1 parent 96d4a3a commit e65d106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/ipfix_e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func describeIPFIX(mode framework.UPGMode, ipMode framework.UPGIPMode) {
})
})

if ipMode == framework.UPGIPModeV4 {
if ipMode == framework.UPGIPModeV4 && mode == framework.UPGModeTDF {
ginkgo.Context("[NAT fields]", func() {
f := framework.NewDefaultFramework(mode, ipMode)
v := &ipfixVerifier{f: f}
Expand Down

0 comments on commit e65d106

Please sign in to comment.