> On Sat, May 14, 2022 at 3:40 AM Lorenzo Bianconi wrote: > > > > > On Thu, May 12, 2022 at 9:34 AM Lorenzo Bianconi wrote: > > > > > > > > Install a new ct entry in order to perform a successful lookup and > > > > test bpf_ct_refresh_timeout kfunc helper. > > > > > > > > Signed-off-by: Lorenzo Bianconi > > > > > > CI is failing: > > > test_bpf_nf_ct:FAIL:flush ct entries unexpected error: 32512 (errno 2) > > > test_bpf_nf_ct:FAIL:create ct entry unexpected error: 32512 (errno 2) > > > > > > Please follow the links from patchwork for details. > > > > Hi Alexei, > > > > tests failed because conntrack is not installed on the system: > > > > 2022-05-14T00:12:09.0799053Z sh: line 1: conntrack: command not found > > > > Is it ok to just skip the test if conntrack is not installed on the system > > or do you prefer to directly send netlink messages to ct in order to add a > > new ct entry? > > It will take a long time to update x86 and s390 images. > Maybe we should add a kfunc that creates a ct entry? ack, I added the support for it. I will post it soon. Regards, Lorenzo