Skip to content

Commit

Permalink
Fix intraNodeUDPDstIPTraceflow Traceflow e2e test
Browse files Browse the repository at this point in the history
The test was incorrect (traffic is dropped by an ingress policy
rule). However, this only became apparent after antrea-io#981 was merged and the
DMAC of the Traceflow packet started being set correctly.
  • Loading branch information
antoninbas committed Jul 30, 2020
1 parent f034685 commit 0e30588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/traceflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ func TestTraceflow(t *testing.T) {
Action: v1alpha1.Forwarded,
},
{
Component: v1alpha1.Forwarding,
ComponentInfo: "Output",
Action: v1alpha1.Delivered,
Component: v1alpha1.NetworkPolicy,
ComponentInfo: "IngressDefaultRule",
Action: v1alpha1.Dropped,
},
},
},
Expand Down

0 comments on commit 0e30588

Please sign in to comment.