Skip to content

Commit a3fa044

Browse files
committed
[BPF] fix UT - expects redirect now
1 parent 3cf6ba1 commit a3fa044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

felix/bpf/ut/pkt_byte_counts_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func TestCountsPodPodSameNode(t *testing.T) {
241241
runBpfTest(t, "calico_from_workload_ep", rulesDefaultAllow, func(bpfrun bpfProgRunFn) {
242242
res, err := bpfrun(respPkt)
243243
Expect(err).NotTo(HaveOccurred())
244-
Expect(res.Retval).To(Equal(resTC_ACT_UNSPEC))
244+
Expect(res.Retval).To(Equal(resTC_ACT_REDIRECT))
245245

246246
pktOut = res.dataOut
247247
})

0 commit comments

Comments
 (0)